VirtualMachineImageOutput interface
Describes a Virtual Machine Image.
Properties
| properties | Describes the properties of a Virtual Machine Image. |
Inherited Properties
| extended |
The extended location of the Virtual Machine. |
| id | Resource Id |
| location | The supported Azure location of the resource. |
| name | The name of the resource. |
| tags | Specifies the tags that are assigned to the virtual machine. For more information about using tags, see Using tags to organize your Azure resources. |
Property Details
properties
Describes the properties of a Virtual Machine Image.
properties?: VirtualMachineImagePropertiesOutput
Property Value
Inherited Property Details
extendedLocation
The extended location of the Virtual Machine.
extendedLocation?: ExtendedLocationOutput
Property Value
Inherited From VirtualMachineImageResourceOutput.extendedLocation
id
location
The supported Azure location of the resource.
location: string
Property Value
string
Inherited From VirtualMachineImageResourceOutput.location
name
The name of the resource.
name: string
Property Value
string
Inherited From VirtualMachineImageResourceOutput.name
tags
Specifies the tags that are assigned to the virtual machine. For more information about using tags, see Using tags to organize your Azure resources.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From VirtualMachineImageResourceOutput.tags