你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CustomImage interface
自定义映像。
- 扩展
属性
author | 自定义映像的作者。 |
creation |
自定义映像的创建日期。 注意:此属性不会序列化。 它只能由服务器填充。 |
custom |
有关与此自定义映像相关的计划的存储信息 |
data |
有关自定义映像中存在的数据磁盘的存储信息 |
description | 自定义映像的说明。 |
is |
是否为编程部署启用了自定义映像基础产品/计划 |
managed |
支持自定义映像的托管映像 ID。 |
managed |
支持自定义映像的托管快照 ID。 |
provisioning |
资源的预配状态。 注意:此属性不会序列化。 它只能由服务器填充。 |
unique |
资源的唯一不可变标识符(Guid)。 注意:此属性不会序列化。 它只能由服务器填充。 |
vhd | 要从中创建映像的 VHD。 |
vm | 要从中创建映像的虚拟机。 |
继承属性
id | 资源的标识符。 注意:此属性不会序列化。 它只能由服务器填充。 |
location | 资源的位置。 |
name | 资源的名称。 注意:此属性不会序列化。 它只能由服务器填充。 |
tags | 资源的标记。 |
type | 资源的类型。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
author
自定义映像的作者。
author?: string
属性值
string
creationDate
自定义映像的创建日期。 注意:此属性不会序列化。 它只能由服务器填充。
creationDate?: Date
属性值
Date
customImagePlan
有关与此自定义映像相关的计划的存储信息
customImagePlan?: CustomImagePropertiesFromPlan
属性值
dataDiskStorageInfo
description
自定义映像的说明。
description?: string
属性值
string
isPlanAuthorized
是否为编程部署启用了自定义映像基础产品/计划
isPlanAuthorized?: boolean
属性值
boolean
managedImageId
支持自定义映像的托管映像 ID。
managedImageId?: string
属性值
string
managedSnapshotId
支持自定义映像的托管快照 ID。
managedSnapshotId?: string
属性值
string
provisioningState
资源的预配状态。 注意:此属性不会序列化。 它只能由服务器填充。
provisioningState?: string
属性值
string
uniqueIdentifier
资源的唯一不可变标识符(Guid)。 注意:此属性不会序列化。 它只能由服务器填充。
uniqueIdentifier?: string
属性值
string
vhd
vm
继承属性详细信息
id
location
name
tags
资源的标记。
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}