VirtualMachineSku Interface
public interface VirtualMachineSku extends HasName
Represents a virtual machine image SKU.
Method Summary
Modifier and Type | Method and Description |
---|---|
Virtual |
images() |
Virtual |
offer() |
Virtual |
publisher() |
Region | region() |
Inherited Members
Method Details
images
public VirtualMachineImagesInSku images()
Returns:
virtual machine images in the SKU
offer
public VirtualMachineOffer offer()
Returns:
the virtual machine offer name that this SKU belongs to
publisher
public VirtualMachinePublisher publisher()
Returns:
the publisher of this virtual machine image offer SKU
region
public Region region()
Returns:
the region where this virtual machine image offer SKU is available
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java