Class VirtualMachineScaleSetSkuCapacity
java.lang.Object
com.microsoft.azure.management.compute.VirtualMachineScaleSetSkuCapacity
Describes scaling information of a sku.
-
Constructor Details
-
VirtualMachineScaleSetSkuCapacity
public VirtualMachineScaleSetSkuCapacity()
-
-
Method Details
-
minimum
Get the minimum capacity.- Returns:
- the minimum value
-
maximum
Get the maximum capacity that can be set.- Returns:
- the maximum value
-
defaultCapacity
Get the default capacity.- Returns:
- the defaultCapacity value
-
scaleType
Get the scale type applicable to the sku. Possible values include: 'Automatic', 'None'.- Returns:
- the scaleType value
-