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