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() |
abstract
Virtual |
offers() |
abstract Region | region() |
Method Details
extensionTypes
public abstract VirtualMachineExtensionImageTypes extensionTypes()
Returns:
the virtual machine image extensions from this publisher
offers
public abstract VirtualMachineOffers offers()
Returns:
the offers from this publisher
region
public abstract Region region()
Returns:
the region where virtual machine images from this publisher are 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