Interface VirtualMachineScaleSetSku
public interface VirtualMachineScaleSetSku
A type representing a SKU available for virtual machines in a scale set.
-
Method Details
-
resourceType
String resourceType()Gets the type of resource the SKU applies to.- Returns:
- the type of resource the SKU applies to
-
skuType
VirtualMachineScaleSetSkuTypes skuType()Gets the SKU type.- Returns:
- the SKU type
-
capacity
VirtualMachineScaleSetSkuCapacity capacity()Gets available scaling information.- Returns:
- available scaling information
-