VirtualMachineImageResource interface
虚拟机映像资源信息。
- 扩展
属性
| location | 资源支持的 Azure 位置。 |
| name | 资源的名称。 |
| tags | 指定分配给虚拟机的标记。 有关使用标记的详细信息,请参阅 使用标记来组织 Azure 资源。 |
继承属性
| id | 资源 ID |
属性详细信息
location
资源支持的 Azure 位置。
location: string
属性值
string
name
资源的名称。
name: string
属性值
string
tags
指定分配给虚拟机的标记。 有关使用标记的详细信息,请参阅 使用标记来组织 Azure 资源。
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}