Class UpdateKeyVaultMetaInfo
java.lang.Object
com.microsoft.azure.management.datalake.store.models.UpdateKeyVaultMetaInfo
The Key Vault update information used for user managed key rotation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the encryptionKeyVersion value.withEncryptionKeyVersion
(String encryptionKeyVersion) Set the encryptionKeyVersion value.
-
Constructor Details
-
UpdateKeyVaultMetaInfo
public UpdateKeyVaultMetaInfo()
-
-
Method Details
-
encryptionKeyVersion
Get the encryptionKeyVersion value.- Returns:
- the encryptionKeyVersion value
-
withEncryptionKeyVersion
Set the encryptionKeyVersion value.- Parameters:
encryptionKeyVersion
- the encryptionKeyVersion value to set- Returns:
- the UpdateKeyVaultMetaInfo object itself.
-