Dela via


KeyVaultMetaInfo Constructors

Definition

Overloads

KeyVaultMetaInfo()

Initializes a new instance of the KeyVaultMetaInfo class.

KeyVaultMetaInfo(String, String, String)

Initializes a new instance of the KeyVaultMetaInfo class.

KeyVaultMetaInfo()

Initializes a new instance of the KeyVaultMetaInfo class.

public KeyVaultMetaInfo ();
Public Sub New ()

Applies to

KeyVaultMetaInfo(String, String, String)

Initializes a new instance of the KeyVaultMetaInfo class.

public KeyVaultMetaInfo (string keyVaultResourceId, string encryptionKeyName, string encryptionKeyVersion);
new Microsoft.Azure.Management.DataLake.Store.Models.KeyVaultMetaInfo : string * string * string -> Microsoft.Azure.Management.DataLake.Store.Models.KeyVaultMetaInfo
Public Sub New (keyVaultResourceId As String, encryptionKeyName As String, encryptionKeyVersion As String)

Parameters

keyVaultResourceId
String

The resource identifier for the user managed Key Vault being used to encrypt.

encryptionKeyName
String

The name of the user managed encryption key.

encryptionKeyVersion
String

The version of the user managed encryption key.

Applies to