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

CustomImage interface

自定义映像。

扩展

属性

author

自定义映像的作者。

creationDate

自定义映像的创建日期。 注意:此属性不会序列化。 它只能由服务器填充。

customImagePlan

有关与此自定义映像相关的计划的存储信息

dataDiskStorageInfo

有关自定义映像中存在的数据磁盘的存储信息

description

自定义映像的说明。

isPlanAuthorized

是否为编程部署启用了自定义映像基础产品/计划

managedImageId

支持自定义映像的托管映像 ID。

managedSnapshotId

支持自定义映像的托管快照 ID。

provisioningState

资源的预配状态。 注意:此属性不会序列化。 它只能由服务器填充。

uniqueIdentifier

资源的唯一不可变标识符(Guid)。 注意:此属性不会序列化。 它只能由服务器填充。

vhd

要从中创建映像的 VHD。

vm

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

继承属性

id

资源的标识符。 注意:此属性不会序列化。 它只能由服务器填充。

location

资源的位置。

name

资源的名称。 注意:此属性不会序列化。 它只能由服务器填充。

tags

资源的标记。

type

资源的类型。 注意:此属性不会序列化。 它只能由服务器填充。

属性详细信息

author

自定义映像的作者。

author?: string

属性值

string

creationDate

自定义映像的创建日期。 注意:此属性不会序列化。 它只能由服务器填充。

creationDate?: Date

属性值

Date

customImagePlan

有关与此自定义映像相关的计划的存储信息

customImagePlan?: CustomImagePropertiesFromPlan

属性值

dataDiskStorageInfo

有关自定义映像中存在的数据磁盘的存储信息

dataDiskStorageInfo?: DataDiskStorageTypeInfo[]

属性值

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

要从中创建映像的 VHD。

vhd?: CustomImagePropertiesCustom

属性值

vm

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

vm?: CustomImagePropertiesFromVm

属性值

继承属性详细信息

id

资源的标识符。 注意:此属性不会序列化。 它只能由服务器填充。

id?: string

属性值

string

继承自 Resource.id

location

资源的位置。

location?: string

属性值

string

继承自Resource.location

name

资源的名称。 注意:此属性不会序列化。 它只能由服务器填充。

name?: string

属性值

string

继承自 Resource.name

tags

资源的标记。

tags?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}

继承自Resource.tags

type

资源的类型。 注意:此属性不会序列化。 它只能由服务器填充。

type?: string

属性值

string

继承自resource.type