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