VirtualMachineScaleSetSkuCapacity Class

Definition

Describes scaling information of a sku.

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

Properties

DefaultCapacity

The default capacity.

Maximum

The maximum capacity that can be set.

Minimum

The minimum capacity.

ScaleType

The scale type applicable to the sku.

Explicit Interface Implementations

IJsonModel<VirtualMachineScaleSetSkuCapacity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VirtualMachineScaleSetSkuCapacity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VirtualMachineScaleSetSkuCapacity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VirtualMachineScaleSetSkuCapacity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VirtualMachineScaleSetSkuCapacity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to