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

DiskEncryptionSetUpdate 构造函数

定义

重载

DiskEncryptionSetUpdate()

初始化 DiskEncryptionSetUpdate 类的新实例。

DiskEncryptionSetUpdate(String, KeyForDiskEncryptionSet)

初始化 DiskEncryptionSetUpdate 类的新实例。

DiskEncryptionSetUpdate(String, KeyForDiskEncryptionSet, IDictionary<String,String>)

初始化 DiskEncryptionSetUpdate 类的新实例。

DiskEncryptionSetUpdate(String, KeyForDiskEncryptionSet, Nullable<Boolean>, IDictionary<String,String>, EncryptionSetIdentity)

初始化 DiskEncryptionSetUpdate 类的新实例。

DiskEncryptionSetUpdate(String, KeyForDiskEncryptionSet, Nullable<Boolean>, String, IDictionary<String,String>, EncryptionSetIdentity)

初始化 DiskEncryptionSetUpdate 类的新实例。

DiskEncryptionSetUpdate()

初始化 DiskEncryptionSetUpdate 类的新实例。

public DiskEncryptionSetUpdate ();
Public Sub New ()

适用于

DiskEncryptionSetUpdate(String, KeyForDiskEncryptionSet)

初始化 DiskEncryptionSetUpdate 类的新实例。

public DiskEncryptionSetUpdate (string encryptionType, Microsoft.Azure.Management.Compute.Models.KeyForDiskEncryptionSet activeKey);
new Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetUpdate : string * Microsoft.Azure.Management.Compute.Models.KeyForDiskEncryptionSet -> Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetUpdate
Public Sub New (encryptionType As String, activeKey As KeyForDiskEncryptionSet)

参数

encryptionType
String

可能的值包括:“EncryptionAtRestWithCustomerKey”、“EncryptionAtRestWithPlatformAndCustomerKeys”

activeKey
KeyForDiskEncryptionSet

加密的活动密钥

适用于

DiskEncryptionSetUpdate(String, KeyForDiskEncryptionSet, IDictionary<String,String>)

初始化 DiskEncryptionSetUpdate 类的新实例。

public DiskEncryptionSetUpdate (string encryptionType, Microsoft.Azure.Management.Compute.Models.KeyForDiskEncryptionSet activeKey, System.Collections.Generic.IDictionary<string,string> tags);
new Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetUpdate : string * Microsoft.Azure.Management.Compute.Models.KeyForDiskEncryptionSet * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetUpdate
Public Sub New (encryptionType As String, activeKey As KeyForDiskEncryptionSet, tags As IDictionary(Of String, String))

参数

encryptionType
String

可能的值包括:“EncryptionAtRestWithCustomerKey”、“EncryptionAtRestWithPlatformAndCustomerKeys”

tags
IDictionary<String,String>

资源标记

适用于

DiskEncryptionSetUpdate(String, KeyForDiskEncryptionSet, Nullable<Boolean>, IDictionary<String,String>, EncryptionSetIdentity)

初始化 DiskEncryptionSetUpdate 类的新实例。

public DiskEncryptionSetUpdate (string encryptionType = default, Microsoft.Azure.Management.Compute.Models.KeyForDiskEncryptionSet activeKey = default, bool? rotationToLatestKeyVersionEnabled = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity identity = default);
new Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetUpdate : string * Microsoft.Azure.Management.Compute.Models.KeyForDiskEncryptionSet * Nullable<bool> * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity -> Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetUpdate
Public Sub New (Optional encryptionType As String = Nothing, Optional activeKey As KeyForDiskEncryptionSet = Nothing, Optional rotationToLatestKeyVersionEnabled As Nullable(Of Boolean) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As EncryptionSetIdentity = Nothing)

参数

encryptionType
String

可能的值包括:“EncryptionAtRestWithCustomerKey”、“EncryptionAtRestWithPlatformAndCustomerKeys”、“ConfidentialVmEncryptedWithCustomerKey”

rotationToLatestKeyVersionEnabled
Nullable<Boolean>

将此标志设置为 true 以启用此磁盘加密集的自动更新到最新密钥版本。

tags
IDictionary<String,String>

资源标记

适用于

DiskEncryptionSetUpdate(String, KeyForDiskEncryptionSet, Nullable<Boolean>, String, IDictionary<String,String>, EncryptionSetIdentity)

初始化 DiskEncryptionSetUpdate 类的新实例。

public DiskEncryptionSetUpdate (string encryptionType = default, Microsoft.Azure.Management.Compute.Models.KeyForDiskEncryptionSet activeKey = default, bool? rotationToLatestKeyVersionEnabled = default, string federatedClientId = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity identity = default);
new Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetUpdate : string * Microsoft.Azure.Management.Compute.Models.KeyForDiskEncryptionSet * Nullable<bool> * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity -> Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetUpdate
Public Sub New (Optional encryptionType As String = Nothing, Optional activeKey As KeyForDiskEncryptionSet = Nothing, Optional rotationToLatestKeyVersionEnabled As Nullable(Of Boolean) = Nothing, Optional federatedClientId As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As EncryptionSetIdentity = Nothing)

参数

encryptionType
String

可能的值包括:“EncryptionAtRestWithCustomerKey”、“EncryptionAtRestWithPlatformAndCustomerKeys”、“ConfidentialVmEncryptedWithCustomerKey”

rotationToLatestKeyVersionEnabled
Nullable<Boolean>

将此标志设置为 true 以启用此磁盘加密集的自动更新到最新密钥版本。

federatedClientId
String

用于访问不同租户中的密钥保管库的多租户应用程序客户端 ID。 将值设置为“None”将清除 属性。

tags
IDictionary<String,String>

资源标记

适用于