VirtualMachineExtensionImageType Interface
Implements
public interface VirtualMachineExtensionImageType
extends HasInnerModel<VirtualMachineExtensionImageInner>, HasName
An immutable client-side representation of an Azure virtual machine extension image type.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
id()
Gets the resource ID of the virtual machine extension image type. |
abstract
Virtual |
publisher()
Gets the publisher of this virtual machine extension image type. |
abstract String |
regionName()
Gets the region in which virtual machine extension image type is available. |
abstract
Virtual |
versions()
Gets Virtual machine image extension versions available in this type. |
Method Details
id
public abstract String id()
Gets the resource ID of the virtual machine extension image type.
Returns:
publisher
public abstract VirtualMachinePublisher publisher()
Gets the publisher of this virtual machine extension image type.
Returns:
regionName
public abstract String regionName()
Gets the region in which virtual machine extension image type is available.
Returns:
versions
public abstract VirtualMachineExtensionImageVersions versions()
Gets Virtual machine image extension versions available in this type.
Returns:
Applies to
Azure SDK for Java