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() |
abstract
Virtual |
offer() |
abstract
Virtual |
publisher() |
abstract Region | region() |
Method Details
images
public abstract VirtualMachineImagesInSku images()
Returns:
virtual machine images in the SKU
offer
public abstract VirtualMachineOffer offer()
Returns:
the virtual machine offer name that this SKU belongs to
publisher
public abstract VirtualMachinePublisher publisher()
Returns:
the publisher of this virtual machine image offer SKU
region
public abstract Region region()
Returns:
the region where this virtual machine image offer SKU is available
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