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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java