VirtualMachineImage interface
描述虚拟机映像。
属性
| architecture | 指定体系结构类型 |
| automatic |
描述映像上的自动 OS 升级属性。 |
| data |
数据磁盘映像信息的列表。 |
| disallowed | 指定从映像创建的 VirtualMachine 的不允许配置 |
| features | |
| hyper |
指定 HyperVGeneration 类型 |
| image |
描述映像上的映像弃用状态属性。 |
| os |
包含 os 磁盘映像信息。 |
| plan | 用于通过 MarketPlace 建立任何第三方项目的购买上下文。 |
继承属性
| extended |
虚拟机的扩展位置。 |
| id | 资源 ID |
| location | 资源支持的 Azure 位置。 |
| name | 资源的名称。 |
| tags | 指定分配给虚拟机的标记。 有关使用标记的详细信息,请参阅 使用标记来组织 Azure 资源。 |
属性详细信息
architecture
指定体系结构类型
architecture?: string
属性值
string
automaticOSUpgradeProperties
描述映像上的自动 OS 升级属性。
automaticOSUpgradeProperties?: AutomaticOSUpgradeProperties
属性值
dataDiskImages
disallowed
features
hyperVGeneration
指定 HyperVGeneration 类型
hyperVGeneration?: string
属性值
string
imageDeprecationStatus
osDiskImage
plan
继承属性详细信息
extendedLocation
虚拟机的扩展位置。
extendedLocation?: ExtendedLocation
属性值
id
location
name
tags
指定分配给虚拟机的标记。 有关使用标记的详细信息,请参阅 使用标记来组织 Azure 资源。
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}