KeyVaultMetaInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.