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

public class EncryptionConfig extends Object
The encryption configuration for the account.
  • Constructor Details

    • EncryptionConfig

      public EncryptionConfig()
  • Method Details

    • type

      public EncryptionConfigType type()
      Get the type value.
      Returns:
      the type value
    • withType

      public EncryptionConfig withType(EncryptionConfigType type)
      Set the type value.
      Parameters:
      type - the type value to set
      Returns:
      the EncryptionConfig object itself.
    • keyVaultMetaInfo

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

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