Поделиться через


AvailableServiceSkuCapacity Class

Definition

A description of the scaling capacities of the SKU.

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

Properties

Default

The default capacity.

Maximum

The maximum capacity.

Minimum

The minimum capacity, usually 0 or 1.

ScaleType

The scalability approach.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AvailableServiceSkuCapacity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AvailableServiceSkuCapacity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AvailableServiceSkuCapacity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AvailableServiceSkuCapacity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AvailableServiceSkuCapacity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to