VirtualMachineScaleSetSku Interface
public interface VirtualMachineScaleSetSku
A type representing a SKU available for virtual machines in a scale set.
Method Summary
Modifier and Type | Method and Description |
---|---|
Virtual |
capacity() |
String | resourceType() |
Virtual |
skuType() |
Method Details
capacity
public VirtualMachineScaleSetSkuCapacity capacity()
Returns:
available scaling information
resourceType
public String resourceType()
Returns:
the type of resource the SKU applies to
skuType
public VirtualMachineScaleSetSkuTypes skuType()
Returns:
the SKU type
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java