VirtualMachineImageResource interface
Virtual machine image resource information.
- Extends
Properties
extended |
The extended location of the Virtual Machine. |
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. |
Inherited Properties
id | Resource Id |
Property Details
extendedLocation
The extended location of the Virtual Machine.
extendedLocation?: ExtendedLocation
Property Value
location
The supported Azure location of the resource.
location: string
Property Value
string
name
The name of the resource.
name: string
Property Value
string
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?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}