Class EncryptionConfig
java.lang.Object
com.microsoft.azure.management.datalake.store.models.EncryptionConfig
The encryption configuration for the account.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the keyVaultMetaInfo value.type()
Get the type value.withKeyVaultMetaInfo
(KeyVaultMetaInfo keyVaultMetaInfo) Set the keyVaultMetaInfo value.withType
(EncryptionConfigType type) Set the type value.
-
Constructor Details
-
EncryptionConfig
public EncryptionConfig()
-
-
Method Details
-
type
Get the type value.- Returns:
- the type value
-
withType
Set the type value.- Parameters:
type
- the type value to set- Returns:
- the EncryptionConfig object itself.
-
keyVaultMetaInfo
Get the keyVaultMetaInfo value.- Returns:
- the keyVaultMetaInfo value
-
withKeyVaultMetaInfo
Set the keyVaultMetaInfo value.- Parameters:
keyVaultMetaInfo
- the keyVaultMetaInfo value to set- Returns:
- the EncryptionConfig object itself.
-