AccountEncryption コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AccountEncryption() |
AccountEncryption クラスの新しいインスタンスを初期化します。 |
AccountEncryption(AccountEncryptionKeyType, KeyVaultProperties, ResourceIdentity, String) |
AccountEncryption クラスの新しいインスタンスを初期化します。 |
AccountEncryption()
AccountEncryption クラスの新しいインスタンスを初期化します。
public AccountEncryption ();
Public Sub New ()
適用対象
AccountEncryption(AccountEncryptionKeyType, KeyVaultProperties, ResourceIdentity, String)
AccountEncryption クラスの新しいインスタンスを初期化します。
public AccountEncryption (Microsoft.Azure.Management.Media.Models.AccountEncryptionKeyType type, Microsoft.Azure.Management.Media.Models.KeyVaultProperties keyVaultProperties = default, Microsoft.Azure.Management.Media.Models.ResourceIdentity identity = default, string status = default);
new Microsoft.Azure.Management.Media.Models.AccountEncryption : Microsoft.Azure.Management.Media.Models.AccountEncryptionKeyType * Microsoft.Azure.Management.Media.Models.KeyVaultProperties * Microsoft.Azure.Management.Media.Models.ResourceIdentity * string -> Microsoft.Azure.Management.Media.Models.AccountEncryption
Public Sub New (type As AccountEncryptionKeyType, Optional keyVaultProperties As KeyVaultProperties = Nothing, Optional identity As ResourceIdentity = Nothing, Optional status As String = Nothing)
パラメーター
アカウント キーの暗号化に使用されるキーの種類。 使用可能な値は、'SystemKey'、'CustomerKey' です。
- keyVaultProperties
- KeyVaultProperties
アカウントの暗号化に使用されるキーのプロパティ。
- identity
- ResourceIdentity
Key Vault ID。
- status
- String
Key Vault マッピングの現在の状態。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET