Class LogLocationSettings

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

public final class LogLocationSettings extends Object
Log location settings.
  • Constructor Details

    • LogLocationSettings

      public LogLocationSettings()
  • Method Details

    • linkedServiceName

      public LinkedServiceReference linkedServiceName()
      Get the linkedServiceName property: Log storage linked service reference.
      Returns:
      the linkedServiceName value.
    • withLinkedServiceName

      public LogLocationSettings withLinkedServiceName(LinkedServiceReference linkedServiceName)
      Set the linkedServiceName property: Log storage linked service reference.
      Parameters:
      linkedServiceName - the linkedServiceName value to set.
      Returns:
      the LogLocationSettings object itself.
    • path

      public Object path()
      Get the path property: The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).
      Returns:
      the path value.
    • withPath

      public LogLocationSettings withPath(Object path)
      Set the path property: The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).
      Parameters:
      path - the path value to set.
      Returns:
      the LogLocationSettings object itself.
    • validate

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