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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java