Share via


KustoSku Class

Definition

Azure SKU definition.

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

Constructors

KustoSku(KustoSkuName, KustoSkuTier)

Initializes a new instance of KustoSku.

Properties

Capacity

The number of instances of the cluster.

Name

SKU name.

Tier

SKU tier.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<KustoSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<KustoSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KustoSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KustoSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KustoSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to