Class UpdateEncryptionConfig

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

public class UpdateEncryptionConfig extends Object
The encryption configuration used to update a user managed Key Vault key.
  • Constructor Details

    • UpdateEncryptionConfig

      public UpdateEncryptionConfig()
  • Method Details

    • keyVaultMetaInfo

      public UpdateKeyVaultMetaInfo keyVaultMetaInfo()
      Get the keyVaultMetaInfo value.
      Returns:
      the keyVaultMetaInfo value
    • withKeyVaultMetaInfo

      public UpdateEncryptionConfig withKeyVaultMetaInfo(UpdateKeyVaultMetaInfo keyVaultMetaInfo)
      Set the keyVaultMetaInfo value.
      Parameters:
      keyVaultMetaInfo - the keyVaultMetaInfo value to set
      Returns:
      the UpdateEncryptionConfig object itself.