VirtualMachineOffer Interface
public interface VirtualMachineOffer extends HasName
Represents a virtual machine image offer.
Method Summary
Modifier and Type | Method and Description |
---|---|
Virtual |
publisher() |
Region | region() |
Virtual |
skus() |
Inherited Members
Method Details
publisher
public VirtualMachinePublisher publisher()
Returns:
the publisher of this virtual machine image offer
region
public Region region()
Returns:
the region where this virtual machine image offer is available
skus
public VirtualMachineSkus skus()
Returns:
virtual machine image SKUs available in this offer
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