VirtualMachinePublisher Interface
Implements
public interface VirtualMachinePublisher
extends HasName
Represents a virtual machine image publisher.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Virtual |
extensionTypes()
Gets the virtual machine image extensions from this publisher. |
abstract
Virtual |
offers()
Gets the offers from this publisher. |
abstract Region |
region()
Gets the region where virtual machine images from this publisher are available. |
Method Details
extensionTypes
public abstract VirtualMachineExtensionImageTypes extensionTypes()
Gets the virtual machine image extensions from this publisher.
Returns:
offers
public abstract VirtualMachineOffers offers()
Gets the offers from this publisher.
Returns:
region
public abstract Region region()
Gets the region where virtual machine images from this publisher are available.
Returns:
Applies to
Azure SDK for Java