VirtualMachineExtensionImageType Interface
public interface VirtualMachineExtensionImageType extends HasInner,HasName
An immutable client-side representation of an Azure virtual machine extension image type.
Method Summary
Modifier and Type | Method and Description |
---|---|
String | id() |
Virtual |
publisher() |
String | regionName() |
Virtual |
versions() |
Inherited Members
Method Details
id
public String id()
Returns:
the resource ID of the virtual machine extension image type
publisher
public VirtualMachinePublisher publisher()
Returns:
the publisher of this virtual machine extension image type
regionName
public String regionName()
Returns:
the region in which virtual machine extension image type is available
versions
public VirtualMachineExtensionImageVersions versions()
Returns:
Virtual machine image extension versions available in this type
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