VaultPropertiesEncryption コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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'
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET