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

ImageDiskReference 类

定义

用于创建磁盘的源映像。

public class ImageDiskReference
type ImageDiskReference = class
Public Class ImageDiskReference
继承
ImageDiskReference

构造函数

ImageDiskReference()

初始化 ImageDiskReference 类的新实例。

ImageDiskReference(String, Nullable<Int32>)

初始化 ImageDiskReference 类的新实例。

ImageDiskReference(String, String, String, Nullable<Int32>)

初始化 ImageDiskReference 类的新实例。

属性

CommunityGalleryImageId

获取或设置包含社区 Azure Compute Gallery 映像引用的相对 URI。

Id

获取或设置包含平台映像存储库、用户映像或 Azure 计算库映像引用的相对 URI。

Lun

获取或设置是否从映像的数据磁盘创建磁盘,这是一个索引,指示要使用的映像中的数据磁盘。 对于 OS 磁盘,此字段为 null。

SharedGalleryImageId

获取或设置包含直接共享 Azure 计算库映像引用的相对 URI。

适用于