Share via


KustoSkuLocationInfoItem Class

Definition

The locations and zones info for SKU.

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

Properties

Location

The available location of the SKU.

ZoneDetails

Gets details of capabilities available to a SKU in specific zones.

Zones

The available zone of the SKU.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<KustoSkuLocationInfoItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<KustoSkuLocationInfoItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KustoSkuLocationInfoItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KustoSkuLocationInfoItem>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KustoSkuLocationInfoItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to