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

ImageProperties interface

描述图像的属性。

属性

hyperVGeneration

指定从映像创建的 VirtualMachine 的 HyperVGenerationType。 如果映像源是 Blob,则从 API 版本 2019-03-01 开始,我们需要用户指定值,如果源是托管资源(如磁盘或快照),则如果我们无法从源托管资源推断它,则可能需要用户指定属性。

provisioningState

预配状态。

sourceVirtualMachine

从中创建映像的源虚拟机。

storageProfile

指定虚拟机磁盘的存储设置。

属性详细信息

hyperVGeneration

指定从映像创建的 VirtualMachine 的 HyperVGenerationType。 如果映像源是 Blob,则从 API 版本 2019-03-01 开始,我们需要用户指定值,如果源是托管资源(如磁盘或快照),则如果我们无法从源托管资源推断它,则可能需要用户指定属性。

hyperVGeneration?: string

属性值

string

provisioningState

预配状态。

provisioningState?: string

属性值

string

sourceVirtualMachine

从中创建映像的源虚拟机。

sourceVirtualMachine?: SubResource

属性值

storageProfile

指定虚拟机磁盘的存储设置。

storageProfile?: ImageStorageProfile

属性值