Condividi tramite


KustoAvailableSkuDetails Class

Definition

Azure resource SKU definition.

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

Properties

Capacity

The number of instances of the cluster.

ResourceType

Resource Namespace and Type.

Sku

The SKU details.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<KustoAvailableSkuDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<KustoAvailableSkuDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KustoAvailableSkuDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KustoAvailableSkuDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KustoAvailableSkuDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to