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:
the virtual machine image extensions from this publisher
offers
public abstract VirtualMachineOffers offers()
Gets the offers from this publisher.
Returns:
the offers from this publisher
region
public abstract Region region()
Gets the region where virtual machine images from this publisher are available.
Returns:
the region where virtual machine images from this publisher are available
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java