Share via


EncryptionSettingsCollection コンストラクター

定義

オーバーロード

EncryptionSettingsCollection()

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

EncryptionSettingsCollection(Boolean, IList<EncryptionSettingsElement>, String)

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

EncryptionSettingsCollection()

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

public EncryptionSettingsCollection ();
Public Sub New ()

適用対象

EncryptionSettingsCollection(Boolean, IList<EncryptionSettingsElement>, String)

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

public EncryptionSettingsCollection (bool enabled, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.EncryptionSettingsElement> encryptionSettings = default, string encryptionSettingsVersion = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.EncryptionSettingsCollection : bool * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.EncryptionSettingsElement> * string -> Microsoft.Azure.Management.Compute.Fluent.Models.EncryptionSettingsCollection
Public Sub New (enabled As Boolean, Optional encryptionSettings As IList(Of EncryptionSettingsElement) = Nothing, Optional encryptionSettingsVersion As String = Nothing)

パラメーター

enabled
Boolean

このフラグを true に設定し、DiskEncryptionKey とオプションの KeyEncryptionKey を指定して暗号化を有効にします。 このフラグを false に設定し、DiskEncryptionKey と KeyEncryptionKey を削除して暗号化を無効にします。 要求オブジェクトで EncryptionSettings が null の場合、既存の設定は変更されません。

encryptionSettings
IList<EncryptionSettingsElement>

暗号化設定のコレクション。ディスク ボリュームごとに 1 つ。

encryptionSettingsVersion
String

ディスクに使用される暗号化の種類について説明します。 このフィールドを設定すると、上書きできません。 '1.0' は、AAD アプリを使用した Azure Disk Encryption に対応しています。'1.1' は Azure Disk Encryption に対応しています。

適用対象