VirtualMachineScaleSetSkuCapacity Class
- java.
lang. Object - com.
microsoft. azure. management. compute. VirtualMachineScaleSetSkuCapacity
- com.
public class VirtualMachineScaleSetSkuCapacity
Describes scaling information of a sku.
Method Summary
Modifier and Type | Method and Description |
---|---|
Long |
defaultCapacity()
Get the defaultCapacity value. |
Long |
maximum()
Get the maximum value. |
Long |
minimum()
Get the minimum value. |
Virtual |
scaleType()
Get the scaleType value. |
Method Details
defaultCapacity
public Long defaultCapacity()
Get the defaultCapacity value.
Returns:
the defaultCapacity value
maximum
public Long maximum()
Get the maximum value.
Returns:
the maximum value
minimum
public Long minimum()
Get the minimum value.
Returns:
the minimum value
scaleType
public VirtualMachineScaleSetSkuScaleType scaleType()
Get the scaleType value.
Returns:
the scaleType value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java