Share via


KustoResourceSkuZoneDetails Class

Definition

Describes The zonal capabilities of a SKU.

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

Properties

Capabilities

A list of capabilities that are available for the SKU in the specified list of zones.

Name

The set of zones that the SKU is available in with the specified capabilities.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<KustoResourceSkuZoneDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<KustoResourceSkuZoneDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KustoResourceSkuZoneDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KustoResourceSkuZoneDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KustoResourceSkuZoneDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to