Interface VirtualMachineExtensionImageType
- All Superinterfaces:
HasInnerModel<VirtualMachineExtensionImageInner>,HasName
public interface VirtualMachineExtensionImageType
extends HasInnerModel<VirtualMachineExtensionImageInner>, HasName
An immutable client-side representation of an Azure virtual machine extension image type.
-
Method Summary
Modifier and TypeMethodDescriptionid()Gets the resource ID of the virtual machine extension image type.Gets the publisher of this virtual machine extension image type.Gets the region in which virtual machine extension image type is available.versions()Gets Virtual machine image extension versions available in this type.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Method Details
-
id
String id()Gets the resource ID of the virtual machine extension image type.- Returns:
- the resource ID of the virtual machine extension image type
-
regionName
String regionName()Gets the region in which virtual machine extension image type is available.- Returns:
- the region in which virtual machine extension image type is available
-
publisher
VirtualMachinePublisher publisher()Gets the publisher of this virtual machine extension image type.- Returns:
- the publisher of this virtual machine extension image type
-
versions
VirtualMachineExtensionImageVersions versions()Gets Virtual machine image extension versions available in this type.- Returns:
- Virtual machine image extension versions available in this type
-