你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ImageOSDisk 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ImageOSDisk() |
初始化 ImageOSDisk 类的新实例。 |
ImageOSDisk(OperatingSystemTypes, OperatingSystemStateTypes, SubResource, SubResource, String, Nullable<CachingTypes>, Nullable<Int32>, String, DiskEncryptionSetParameters) |
初始化 ImageOSDisk 类的新实例。 |
ImageOSDisk()
初始化 ImageOSDisk 类的新实例。
public ImageOSDisk ();
Public Sub New ()
适用于
ImageOSDisk(OperatingSystemTypes, OperatingSystemStateTypes, SubResource, SubResource, String, Nullable<CachingTypes>, Nullable<Int32>, String, DiskEncryptionSetParameters)
初始化 ImageOSDisk 类的新实例。
public ImageOSDisk (Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes osType, Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes osState, Microsoft.Azure.Management.Compute.Models.SubResource snapshot = default, Microsoft.Azure.Management.Compute.Models.SubResource managedDisk = default, string blobUri = default, Microsoft.Azure.Management.Compute.Models.CachingTypes? caching = default, int? diskSizeGB = default, string storageAccountType = default, Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters diskEncryptionSet = default);
new Microsoft.Azure.Management.Compute.Models.ImageOSDisk : Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes * Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes * Microsoft.Azure.Management.Compute.Models.SubResource * Microsoft.Azure.Management.Compute.Models.SubResource * string * Nullable<Microsoft.Azure.Management.Compute.Models.CachingTypes> * Nullable<int> * string * Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters -> Microsoft.Azure.Management.Compute.Models.ImageOSDisk
Public Sub New (osType As OperatingSystemTypes, osState As OperatingSystemStateTypes, 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 String = Nothing, Optional diskEncryptionSet As DiskEncryptionSetParameters = Nothing)
参数
- osType
- OperatingSystemTypes
此属性允许指定从自定义映像创建 VM 时磁盘中包含的 OS 的类型。 可能的值为:Windows、Linux。 可能的值包括:“Windows”、“Linux”
- osState
- OperatingSystemStateTypes
OS 状态。 对于托管映像,请使用通用化。 可能的值包括:“Generalized”、“Specialized”
- snapshot
- SubResource
快照。
- managedDisk
- SubResource
managedDisk。
- blobUri
- String
虚拟硬盘。
- caching
- Nullable<CachingTypes>
指定缓存要求。 可能的值为: None、ReadOnly、ReadWrite。 对于标准存储,默认值为: None。高级存储的 ReadOnly。 可能的值包括:“None”、“ReadOnly”、“ReadWrite”
- storageAccountType
- String
指定托管磁盘的存储帐户类型。 注意:UltraSSD_LRS只能与数据磁盘一起使用,它不能与 OS 磁盘一起使用。 可能的值包括:“Standard_LRS”、“Premium_LRS”、“StandardSSD_LRS”、“UltraSSD_LRS”、“Premium_ZRS”、“StandardSSD_ZRS”、“PremiumV2_LRS”
- diskEncryptionSet
- DiskEncryptionSetParameters
指定托管映像磁盘的客户托管磁盘加密集资源 ID。