Sdílet prostřednictvím


SynapseDataSourceSku Class

Definition

Azure SKU definition.

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

Constructors

SynapseDataSourceSku(SynapseSkuName, KustoPoolSkuSize)

Initializes a new instance of SynapseDataSourceSku.

Properties

Capacity

The number of instances of the cluster.

Name

SKU name.

Size

SKU size.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapseDataSourceSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseDataSourceSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseDataSourceSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseDataSourceSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseDataSourceSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to