你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ImageDataDisk 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ImageDataDisk() |
初始化 ImageDataDisk 类的新实例。 |
ImageDataDisk(Int32, SubResource, SubResource, String, Nullable<CachingTypes>, Nullable<Int32>, StorageAccountTypes, SubResource) |
初始化 ImageDataDisk 类的新实例。 |
ImageDataDisk()
初始化 ImageDataDisk 类的新实例。
public ImageDataDisk ();
Public Sub New ()
适用于
ImageDataDisk(Int32, SubResource, SubResource, String, Nullable<CachingTypes>, Nullable<Int32>, StorageAccountTypes, SubResource)
初始化 ImageDataDisk 类的新实例。
public ImageDataDisk (int lun, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource snapshot = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource managedDisk = default, string blobUri = default, Microsoft.Azure.Management.Compute.Fluent.Models.CachingTypes? caching = default, int? diskSizeGB = default, Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountTypes storageAccountType = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource diskEncryptionSet = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.ImageDataDisk : int * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * string * Nullable<Microsoft.Azure.Management.Compute.Fluent.Models.CachingTypes> * Nullable<int> * Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountTypes * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource -> Microsoft.Azure.Management.Compute.Fluent.Models.ImageDataDisk
Public Sub New (lun As Integer, Optional snapshot As SubResource = Nothing, Optional managedDisk As SubResource = Nothing, Optional blobUri As String = Nothing, Optional caching As Nullable(Of CachingTypes) = Nothing, Optional diskSizeGB As Nullable(Of Integer) = Nothing, Optional storageAccountType As StorageAccountTypes = Nothing, Optional diskEncryptionSet As SubResource = Nothing)
参数
- lun
- Int32
指定数据磁盘的逻辑单元号。 此值用于标识 VM 中的数据磁盘,因此对于附加到 VM 的每个数据磁盘必须是唯一的。
- snapshot
- SubResource
快照。
- managedDisk
- SubResource
managedDisk。
- blobUri
- String
虚拟硬盘。
- caching
- Nullable<CachingTypes>
指定缓存要求。 <br><br> 可能的值为:<br><br>None<br br><>ReadOnly<br><br>ReadWrite<br><br br> Default: None for Standard storage。高级存储的 ReadOnly。 可能的值包括:“None”、“ReadOnly”、“ReadWrite”
- storageAccountType
- StorageAccountTypes
指定托管磁盘的存储帐户类型。 注意:UltraSSD_LRS只能与数据磁盘一起使用,它不能与 OS 磁盘一起使用。 可能的值包括:“Standard_LRS”、“Premium_LRS”、“StandardSSD_LRS”、“UltraSSD_LRS”
- diskEncryptionSet
- SubResource
指定托管映像磁盘的客户托管磁盘加密集资源 ID。