KeyEncryptionKey コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
KeyEncryptionKey() |
KeyEncryptionKey クラスの新しいインスタンスを初期化します。 |
KeyEncryptionKey(KekType, IdentityProperties, String, String) |
KeyEncryptionKey クラスの新しいインスタンスを初期化します。 |
KeyEncryptionKey()
KeyEncryptionKey クラスの新しいインスタンスを初期化します。
public KeyEncryptionKey();
Public Sub New ()
適用対象
KeyEncryptionKey(KekType, IdentityProperties, String, String)
KeyEncryptionKey クラスの新しいインスタンスを初期化します。
public KeyEncryptionKey(Microsoft.Azure.Management.DataBox.Models.KekType kekType, Microsoft.Azure.Management.DataBox.Models.IdentityProperties identityProperties = default, string kekUrl = default, string kekVaultResourceID = default);
new Microsoft.Azure.Management.DataBox.Models.KeyEncryptionKey : Microsoft.Azure.Management.DataBox.Models.KekType * Microsoft.Azure.Management.DataBox.Models.IdentityProperties * string * string -> Microsoft.Azure.Management.DataBox.Models.KeyEncryptionKey
Public Sub New (kekType As KekType, Optional identityProperties As IdentityProperties = Nothing, Optional kekUrl As String = Nothing, Optional kekVaultResourceID As String = Nothing)
パラメーター
- kekType
- KekType
キーの暗号化に使用される暗号化キーの種類。 使用可能な値は、'MicrosoftManaged'、'CustomerManaged' です。
- identityProperties
- IdentityProperties
キー暗号化に使用されるマネージド ID プロパティ。
- kekUrl
- String
キー暗号化キー。 これは、カスタマー マネージド KekType の場合に必要です。
- kekVaultResourceID
- String
Kek コンテナーのリソース ID。これは、カスタマー マネージド KekType の場合に必要です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET