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

ImageDiskReference interface

用于创建磁盘的源映像。

属性

communityGalleryImageId

包含社区 Azure Compute Gallery 映像引用的相对 URI。

id

包含平台映像存储库、用户映像或 Azure Compute Gallery 映像引用的相对 URI。

lun

如果磁盘是从映像的数据磁盘创建的,则这是一个索引,指示要使用映像中的哪个数据磁盘。 对于 OS 磁盘,此字段为 null。

sharedGalleryImageId

包含直接共享 Azure Compute Gallery 映像引用的相对 URI。

属性详细信息

communityGalleryImageId

包含社区 Azure Compute Gallery 映像引用的相对 URI。

communityGalleryImageId?: string

属性值

string

id

包含平台映像存储库、用户映像或 Azure Compute Gallery 映像引用的相对 URI。

id?: string

属性值

string

lun

如果磁盘是从映像的数据磁盘创建的,则这是一个索引,指示要使用映像中的哪个数据磁盘。 对于 OS 磁盘,此字段为 null。

lun?: number

属性值

number

sharedGalleryImageId

包含直接共享 Azure Compute Gallery 映像引用的相对 URI。

sharedGalleryImageId?: string

属性值

string