VirtualMachineScaleSetSkuCapacity interface

Describes scaling information of a sku.

Properties

defaultCapacity

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

maximum

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

minimum

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

scaleType

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

Property Details

defaultCapacity

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

defaultCapacity?: number

Property Value

number

maximum

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

maximum?: number

Property Value

number

minimum

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

minimum?: number

Property Value

number

scaleType

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

scaleType?: VirtualMachineScaleSetSkuScaleType

Property Value