你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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}