Class VirtualMachineScaleSetSkuInner
java.lang.Object
com.azure.resourcemanager.compute.fluent.models.VirtualMachineScaleSetSkuInner
Describes an available virtual machine scale set sku.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VirtualMachineScaleSetSkuInner
public VirtualMachineScaleSetSkuInner()
-
-
Method Details
-
resourceType
Get the resourceType property: The type of resource the sku applies to.- Returns:
- the resourceType value.
-
sku
Get the sku property: The Sku.- Returns:
- the sku value.
-
capacity
Get the capacity property: Specifies the number of virtual machines in the scale set.- Returns:
- the capacity value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-