VirtualMachineSku Interface
Implements
public interface VirtualMachineSku
extends HasName
Represents a virtual machine image SKU.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Virtual |
images()
Gets virtual machine images in the SKU. |
abstract
Virtual |
offer()
Gets the virtual machine offer name that this SKU belongs to. |
abstract
Virtual |
publisher()
Gets the publisher of this virtual machine image offer SKU. |
abstract Region |
region()
Gets the region where this virtual machine image offer SKU is available. |
Method Details
images
public abstract VirtualMachineImagesInSku images()
Gets virtual machine images in the SKU.
Returns:
offer
public abstract VirtualMachineOffer offer()
Gets the virtual machine offer name that this SKU belongs to.
Returns:
publisher
public abstract VirtualMachinePublisher publisher()
Gets the publisher of this virtual machine image offer SKU.
Returns:
region
public abstract Region region()
Gets the region where this virtual machine image offer SKU is available.
Returns:
Applies to
Azure SDK for Java