次の方法で共有


KeyEncryptionKey コンストラクター

定義

オーバーロード

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 の場合に必要です。

適用対象