Share via


ResourceSkuCapacity Class

Definition

Describes scaling information of a SKU.

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

Properties

Default

The default capacity.

Maximum

The maximum capacity.

Minimum

The minimum capacity.

ScaleType

The scale type applicable to the SKU.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ResourceSkuCapacity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceSkuCapacity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceSkuCapacity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceSkuCapacity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceSkuCapacity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to