次の方法で共有


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>

リソース タグ

適用対象