Class CopyActivityLogSettings
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.CopyActivityLogSettings
-
public final class CopyActivityLogSettings extends Object
Settings for copy activity log.
-
-
Constructor Summary
Constructors Constructor Description CopyActivityLogSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
enableReliableLogging()
Get the enableReliableLogging property: Specifies whether to enable reliable logging.Object
logLevel()
Get the logLevel property: Gets or sets the log level, support: Info, Warning.void
validate()
Validates the instance.CopyActivityLogSettings
withEnableReliableLogging(Object enableReliableLogging)
Set the enableReliableLogging property: Specifies whether to enable reliable logging.CopyActivityLogSettings
withLogLevel(Object logLevel)
Set the logLevel property: Gets or sets the log level, support: Info, Warning.
-
-
-
Method Detail
-
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.
-
-