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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Java