Class CopyActivityLogSettings

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

public final class CopyActivityLogSettings extends Object
Settings for copy activity log.
  • Constructor Details

    • CopyActivityLogSettings

      public CopyActivityLogSettings()
  • Method Details

    • logLevel

      public Object logLevel()
      Get the logLevel property: Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
      Returns:
      the logLevel value.
    • withLogLevel

      public CopyActivityLogSettings withLogLevel(Object logLevel)
      Set the logLevel property: Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
      Parameters:
      logLevel - the logLevel value to set.
      Returns:
      the CopyActivityLogSettings object itself.
    • enableReliableLogging

      public Object enableReliableLogging()
      Get the enableReliableLogging property: Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
      Returns:
      the enableReliableLogging value.
    • withEnableReliableLogging

      public CopyActivityLogSettings withEnableReliableLogging(Object enableReliableLogging)
      Set the enableReliableLogging property: Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
      Parameters:
      enableReliableLogging - the enableReliableLogging value to set.
      Returns:
      the CopyActivityLogSettings object itself.
    • validate

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