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

CustomImagePropertiesCustom interface

用于从 VHD 创建自定义映像的属性。

属性

imageName

映像名称。

osType

自定义映像的 OS 类型(即 Windows、Linux)

sysPrep

指示是否已在 VHD 上运行 sysprep。

属性详细信息

imageName

映像名称。

imageName?: string

属性值

string

osType

自定义映像的 OS 类型(即 Windows、Linux)

osType: string

属性值

string

sysPrep

指示是否已在 VHD 上运行 sysprep。

sysPrep?: boolean

属性值

boolean