Class VirtualMachineScaleSetSkuCapacity
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.VirtualMachineScaleSetSkuCapacity
-
public final class VirtualMachineScaleSetSkuCapacity extends Object
Describes scaling information of a sku.
-
-
Constructor Summary
Constructors Constructor Description VirtualMachineScaleSetSkuCapacity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LongdefaultCapacity()Get the defaultCapacity property: The default capacity.Longmaximum()Get the maximum property: The maximum capacity that can be set.Longminimum()Get the minimum property: The minimum capacity.VirtualMachineScaleSetSkuScaleTypescaleType()Get the scaleType property: The scale type applicable to the sku.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
minimum
public Long minimum()
Get the minimum property: The minimum capacity.- Returns:
- the minimum value.
-
maximum
public Long maximum()
Get the maximum property: The maximum capacity that can be set.- Returns:
- the maximum value.
-
defaultCapacity
public Long defaultCapacity()
Get the defaultCapacity property: The default capacity.- Returns:
- the defaultCapacity value.
-
scaleType
public VirtualMachineScaleSetSkuScaleType scaleType()
Get the scaleType property: The scale type applicable to the sku.- Returns:
- the scaleType value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-