你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ImageDiskReference 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于创建磁盘的源映像。
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。 |