Share via


KustoPoolSkuLocationInfoItem Class

Definition

The locations and zones info for SKU.

public class KustoPoolSkuLocationInfoItem : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Synapse.Models.KustoPoolSkuLocationInfoItem>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Synapse.Models.KustoPoolSkuLocationInfoItem>
public class KustoPoolSkuLocationInfoItem
type KustoPoolSkuLocationInfoItem = class
    interface IJsonModel<KustoPoolSkuLocationInfoItem>
    interface IPersistableModel<KustoPoolSkuLocationInfoItem>
type KustoPoolSkuLocationInfoItem = class
Public Class KustoPoolSkuLocationInfoItem
Implements IJsonModel(Of KustoPoolSkuLocationInfoItem), IPersistableModel(Of KustoPoolSkuLocationInfoItem)
Public Class KustoPoolSkuLocationInfoItem
Inheritance
KustoPoolSkuLocationInfoItem
Implements

Properties

Location

The available ___location of the SKU.

Zones

The available zone of the SKU.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<KustoPoolSkuLocationInfoItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<KustoPoolSkuLocationInfoItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KustoPoolSkuLocationInfoItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KustoPoolSkuLocationInfoItem>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<KustoPoolSkuLocationInfoItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to