Class PurviewConfiguration

java.lang.Object
com.azure.resourcemanager.datafactory.models.PurviewConfiguration

public final class PurviewConfiguration extends Object
Purview configuration.
  • Constructor Details

    • PurviewConfiguration

      public PurviewConfiguration()
  • Method Details

    • purviewResourceId

      public String purviewResourceId()
      Get the purviewResourceId property: Purview resource id.
      Returns:
      the purviewResourceId value.
    • withPurviewResourceId

      public PurviewConfiguration withPurviewResourceId(String purviewResourceId)
      Set the purviewResourceId property: Purview resource id.
      Parameters:
      purviewResourceId - the purviewResourceId value to set.
      Returns:
      the PurviewConfiguration object itself.
    • validate

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