Class CopyActivityLogSettings
java.lang.Object
com.azure.resourcemanager.datafactory.models.CopyActivityLogSettings
Settings for copy activity log.
-
Constructor Summary
ConstructorDescriptionCreates an instance of CopyActivityLogSettings class. -
Method Summary
Modifier and TypeMethodDescriptionGet the enableReliableLogging property: Specifies whether to enable reliable logging.logLevel()
Get the logLevel property: Gets or sets the log level, support: Info, Warning.void
validate()
Validates the instance.withEnableReliableLogging
(Object enableReliableLogging) Set the enableReliableLogging property: Specifies whether to enable reliable logging.withLogLevel
(Object logLevel) Set the logLevel property: Gets or sets the log level, support: Info, Warning.
-
Constructor Details
-
CopyActivityLogSettings
public CopyActivityLogSettings()Creates an instance of CopyActivityLogSettings class.
-
-
Method Details
-
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
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
Get the enableReliableLogging property: Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).- Returns:
- the enableReliableLogging value.
-
withEnableReliableLogging
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.
-