次の方法で共有


DiskEncryptionSetUpdate コンストラクター

定義

オーバーロード

DiskEncryptionSetUpdate()

DiskEncryptionSetUpdate クラスの新しいインスタンスを初期化します。

DiskEncryptionSetUpdate(DiskEncryptionSetType, KeyVaultAndKeyReference, IDictionary<String,String>)

DiskEncryptionSetUpdate クラスの新しいインスタンスを初期化します。

DiskEncryptionSetUpdate()

DiskEncryptionSetUpdate クラスの新しいインスタンスを初期化します。

public DiskEncryptionSetUpdate();
Public Sub New ()

適用対象

DiskEncryptionSetUpdate(DiskEncryptionSetType, KeyVaultAndKeyReference, IDictionary<String,String>)

DiskEncryptionSetUpdate クラスの新しいインスタンスを初期化します。

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

パラメーター

encryptionType
DiskEncryptionSetType

使用できる値は、'EncryptionAtRestWithCustomerKey'、'EncryptionAtRestWithPlatformAndCustomerKeys' です。

tags
IDictionary<String,String>

リソース タグ

適用対象