Class EncryptionDetails

java.lang.Object
com.azure.resourcemanager.synapse.models.EncryptionDetails

public final class EncryptionDetails extends Object
Details of the encryption associated with the workspace.
  • Constructor Details

    • EncryptionDetails

      public EncryptionDetails()
      Creates an instance of EncryptionDetails class.
  • Method Details

    • doubleEncryptionEnabled

      public Boolean doubleEncryptionEnabled()
      Get the doubleEncryptionEnabled property: Double Encryption enabled.
      Returns:
      the doubleEncryptionEnabled value.
    • cmk

      Get the cmk property: Customer Managed Key Details.
      Returns:
      the cmk value.
    • withCmk

      Set the cmk property: Customer Managed Key Details.
      Parameters:
      cmk - the cmk value to set.
      Returns:
      the EncryptionDetails object itself.
    • validate

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