次の方法で共有


VaultPropertiesEncryption コンストラクター

定義

オーバーロード

VaultPropertiesEncryption()

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

VaultPropertiesEncryption(CmkKeyVaultProperties, CmkKekIdentity, String)

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

VaultPropertiesEncryption()

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

public VaultPropertiesEncryption ();
Public Sub New ()

適用対象

VaultPropertiesEncryption(CmkKeyVaultProperties, CmkKekIdentity, String)

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

public VaultPropertiesEncryption (Microsoft.Azure.Management.RecoveryServices.Models.CmkKeyVaultProperties keyVaultProperties = default, Microsoft.Azure.Management.RecoveryServices.Models.CmkKekIdentity kekIdentity = default, string infrastructureEncryption = default);
new Microsoft.Azure.Management.RecoveryServices.Models.VaultPropertiesEncryption : Microsoft.Azure.Management.RecoveryServices.Models.CmkKeyVaultProperties * Microsoft.Azure.Management.RecoveryServices.Models.CmkKekIdentity * string -> Microsoft.Azure.Management.RecoveryServices.Models.VaultPropertiesEncryption
Public Sub New (Optional keyVaultProperties As CmkKeyVaultProperties = Nothing, Optional kekIdentity As CmkKekIdentity = Nothing, Optional infrastructureEncryption As String = Nothing)

パラメーター

keyVaultProperties
CmkKeyVaultProperties
kekIdentity
CmkKekIdentity
infrastructureEncryption
String

二重暗号化状態の有効化/無効化。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

適用対象