Package version:

Interface VirtualMachineScaleSetSkuCapacity

Describes scaling information of a sku.

interface VirtualMachineScaleSetSkuCapacity {
    defaultCapacity?: number;
    maximum?: number;
    minimum?: number;
    scaleType?: VirtualMachineScaleSetSkuScaleType;
}

Properties

defaultCapacity?: number

The default capacity. NOTE: This property will not be serialized. It can only be populated by the server.

maximum?: number

The maximum capacity that can be set. NOTE: This property will not be serialized. It can only be populated by the server.

minimum?: number

The minimum capacity. NOTE: This property will not be serialized. It can only be populated by the server.

The scale type applicable to the sku. NOTE: This property will not be serialized. It can only be populated by the server.