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() |
abstract String | resourceType() |
abstract
Virtual |
skuType() |
Method Details
capacity
public abstract VirtualMachineScaleSetSkuCapacity capacity()
Returns:
available scaling information
resourceType
public abstract String resourceType()
Returns:
the type of resource the SKU applies to
skuType
public abstract VirtualMachineScaleSetSkuTypes skuType()
Returns:
the SKU type
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java