Class ScriptActivityTypePropertiesLogSettings

java.lang.Object
com.azure.analytics.synapse.artifacts.models.ScriptActivityTypePropertiesLogSettings

public final class ScriptActivityTypePropertiesLogSettings extends Object
Log settings of script activity.
  • Constructor Details

    • ScriptActivityTypePropertiesLogSettings

      public ScriptActivityTypePropertiesLogSettings()
  • Method Details

    • getLogDestination

      public ScriptActivityLogDestination getLogDestination()
      Get the logDestination property: The destination of logs. Type: string.
      Returns:
      the logDestination value.
    • setLogDestination

      public ScriptActivityTypePropertiesLogSettings setLogDestination(ScriptActivityLogDestination logDestination)
      Set the logDestination property: The destination of logs. Type: string.
      Parameters:
      logDestination - the logDestination value to set.
      Returns:
      the ScriptActivityTypePropertiesLogSettings object itself.
    • getLogLocationSettings

      public LogLocationSettings getLogLocationSettings()
      Get the logLocationSettings property: Log location settings customer needs to provide when enabling log.
      Returns:
      the logLocationSettings value.
    • setLogLocationSettings

      public ScriptActivityTypePropertiesLogSettings setLogLocationSettings(LogLocationSettings logLocationSettings)
      Set the logLocationSettings property: Log location settings customer needs to provide when enabling log.
      Parameters:
      logLocationSettings - the logLocationSettings value to set.
      Returns:
      the ScriptActivityTypePropertiesLogSettings object itself.