Class EncryptionEntitiesDefinition

java.lang.Object
com.azure.resourcemanager.databricks.models.EncryptionEntitiesDefinition

public final class EncryptionEntitiesDefinition extends Object
Encryption entities for databricks workspace resource.
  • Constructor Details

    • EncryptionEntitiesDefinition

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

    • managedServices

      public EncryptionV2 managedServices()
      Get the managedServices property: Encryption properties for the databricks managed services.
      Returns:
      the managedServices value.
    • withManagedServices

      public EncryptionEntitiesDefinition withManagedServices(EncryptionV2 managedServices)
      Set the managedServices property: Encryption properties for the databricks managed services.
      Parameters:
      managedServices - the managedServices value to set.
      Returns:
      the EncryptionEntitiesDefinition object itself.
    • validate

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