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 |
---|---|
abstract
Virtual |
capacity()
Gets available scaling information. |
abstract String |
resourceType()
Gets the type of resource the SKU applies to. |
abstract
Virtual |
skuType()
Gets the SKU type. |
Method Details
capacity
public abstract VirtualMachineScaleSetSkuCapacity capacity()
Gets available scaling information.
Returns:
available scaling information
resourceType
public abstract String resourceType()
Gets the type of resource the SKU applies to.
Returns:
the type of resource the SKU applies to
skuType
public abstract VirtualMachineScaleSetSkuTypes skuType()
Gets the SKU type.
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