Class Encryption

java.lang.Object
com.azure.resourcemanager.eventhubs.models.Encryption

public final class Encryption extends Object
Properties to configure Encryption.
  • Constructor Details

    • Encryption

      public Encryption()
  • Method Details

    • keyVaultProperties

      public List<KeyVaultProperties> keyVaultProperties()
      Get the keyVaultProperties property: Properties of KeyVault.
      Returns:
      the keyVaultProperties value.
    • withKeyVaultProperties

      public Encryption withKeyVaultProperties(List<KeyVaultProperties> keyVaultProperties)
      Set the keyVaultProperties property: Properties of KeyVault.
      Parameters:
      keyVaultProperties - the keyVaultProperties value to set.
      Returns:
      the Encryption object itself.
    • keySource

      public KeySource keySource()
      Get the keySource property: Enumerates the possible value of keySource for Encryption.
      Returns:
      the keySource value.
    • withKeySource

      public Encryption withKeySource(KeySource keySource)
      Set the keySource property: Enumerates the possible value of keySource for Encryption.
      Parameters:
      keySource - the keySource value to set.
      Returns:
      the Encryption object itself.
    • requireInfrastructureEncryption

      public Boolean requireInfrastructureEncryption()
      Get the requireInfrastructureEncryption property: Enable Infrastructure Encryption (Double Encryption).
      Returns:
      the requireInfrastructureEncryption value.
    • withRequireInfrastructureEncryption

      public Encryption withRequireInfrastructureEncryption(Boolean requireInfrastructureEncryption)
      Set the requireInfrastructureEncryption property: Enable Infrastructure Encryption (Double Encryption).
      Parameters:
      requireInfrastructureEncryption - the requireInfrastructureEncryption value to set.
      Returns:
      the Encryption object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.