VirtualMachineScaleSetSkuCapacity interface
Describes scaling information of a sku.
Properties
| default |
The default capacity. |
| maximum | The maximum capacity that can be set. |
| minimum | The minimum capacity. |
| scale |
The scale type applicable to the sku. |
Property Details
defaultCapacity
The default capacity.
defaultCapacity?: number
Property Value
number
maximum
The maximum capacity that can be set.
maximum?: number
Property Value
number
minimum
The minimum capacity.
minimum?: number
Property Value
number
scaleType
The scale type applicable to the sku.
scaleType?: VirtualMachineScaleSetSkuScaleType