DataLakeStoreAccountKeyVaultMetaInfo(String, String, String) Constructor
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.
Initializes a new instance of DataLakeStoreAccountKeyVaultMetaInfo.
public DataLakeStoreAccountKeyVaultMetaInfo (string keyVaultResourceId, string encryptionKeyName, string encryptionKeyVersion);
new Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountKeyVaultMetaInfo : string * string * string -> Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreAccountKeyVaultMetaInfo
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.
Exceptions
keyVaultResourceId
, encryptionKeyName
or encryptionKeyVersion
is null.