Class LogSettings
java.lang.Object
com.azure.resourcemanager.datafactory.models.LogSettings
Log settings.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the copyActivityLogSettings property: Specifies settings for copy activity log.Get the enableCopyActivityLog property: Specifies whether to enable copy activity log.Get the logLocationSettings property: Log location settings customer needs to provide when enabling log.void
validate()
Validates the instance.withCopyActivityLogSettings
(CopyActivityLogSettings copyActivityLogSettings) Set the copyActivityLogSettings property: Specifies settings for copy activity log.withEnableCopyActivityLog
(Object enableCopyActivityLog) Set the enableCopyActivityLog property: Specifies whether to enable copy activity log.withLogLocationSettings
(LogLocationSettings logLocationSettings) Set the logLocationSettings property: Log location settings customer needs to provide when enabling log.
-
Constructor Details
-
LogSettings
public LogSettings()Creates an instance of LogSettings class.
-
-
Method Details
-
enableCopyActivityLog
Get the enableCopyActivityLog property: Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType boolean).- Returns:
- the enableCopyActivityLog value.
-
withEnableCopyActivityLog
Set the enableCopyActivityLog property: Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType boolean).- Parameters:
enableCopyActivityLog
- the enableCopyActivityLog value to set.- Returns:
- the LogSettings object itself.
-
copyActivityLogSettings
Get the copyActivityLogSettings property: Specifies settings for copy activity log.- Returns:
- the copyActivityLogSettings value.
-
withCopyActivityLogSettings
Set the copyActivityLogSettings property: Specifies settings for copy activity log.- Parameters:
copyActivityLogSettings
- the copyActivityLogSettings value to set.- Returns:
- the LogSettings object itself.
-
logLocationSettings
Get the logLocationSettings property: Log location settings customer needs to provide when enabling log.- Returns:
- the logLocationSettings value.
-
withLogLocationSettings
Set the logLocationSettings property: Log location settings customer needs to provide when enabling log.- Parameters:
logLocationSettings
- the logLocationSettings value to set.- Returns:
- the LogSettings object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-