Class UpdateKeyVaultMetaInfo

java.lang.Object
com.microsoft.azure.management.datalake.store.models.UpdateKeyVaultMetaInfo

public class UpdateKeyVaultMetaInfo extends Object
The Key Vault update information used for user managed key rotation.
  • Constructor Details

    • UpdateKeyVaultMetaInfo

      public UpdateKeyVaultMetaInfo()
  • Method Details

    • encryptionKeyVersion

      public String encryptionKeyVersion()
      Get the encryptionKeyVersion value.
      Returns:
      the encryptionKeyVersion value
    • withEncryptionKeyVersion

      public UpdateKeyVaultMetaInfo withEncryptionKeyVersion(String encryptionKeyVersion)
      Set the encryptionKeyVersion value.
      Parameters:
      encryptionKeyVersion - the encryptionKeyVersion value to set
      Returns:
      the UpdateKeyVaultMetaInfo object itself.