Class VirtualMachineScaleSetSkuInner
- java.lang.Object
-
- com.azure.resourcemanager.compute.fluent.models.VirtualMachineScaleSetSkuInner
-
public final class VirtualMachineScaleSetSkuInner extends Object
Describes an available virtual machine scale set sku.
-
-
Constructor Summary
Constructors Constructor Description VirtualMachineScaleSetSkuInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VirtualMachineScaleSetSkuCapacitycapacity()Get the capacity property: Specifies the number of virtual machines in the scale set.StringresourceType()Get the resourceType property: The type of resource the sku applies to.Skusku()Get the sku property: The Sku.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
resourceType
public String resourceType()
Get the resourceType property: The type of resource the sku applies to.- Returns:
- the resourceType value.
-
sku
public Sku sku()
Get the sku property: The Sku.- Returns:
- the sku value.
-
capacity
public VirtualMachineScaleSetSkuCapacity 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.
-
-