Sdílet prostřednictvím


SynapseDataSourceCapacity Class

Definition

Azure capacity definition.

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

Properties

Default

The default capacity that would be used.

Maximum

Maximum allowed capacity.

Minimum

Minimum allowed capacity.

ScaleType

Scale type.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapseDataSourceCapacity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseDataSourceCapacity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseDataSourceCapacity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseDataSourceCapacity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseDataSourceCapacity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to