你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CustomImagePropertiesCustom interface
用于从 VHD 创建自定义映像的属性。
属性
image |
映像名称。 |
os |
自定义映像的 OS 类型(即 Windows、Linux) |
sys |
指示是否已在 VHD 上运行 sysprep。 |
属性详细信息
imageName
映像名称。
imageName?: string
属性值
string
osType
自定义映像的 OS 类型(即 Windows、Linux)
osType: string
属性值
string
sysPrep
指示是否已在 VHD 上运行 sysprep。
sysPrep?: boolean
属性值
boolean