LogSettings Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. LogSettings
- com.
Implements
public final class LogSettings
implements JsonSerializable<LogSettings>
Log settings.
Constructor Summary
| Constructor | Description |
|---|---|
| LogSettings() |
Creates an instance of Log |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Copy |
copyActivityLogSettings()
Get the copy |
| Object |
enableCopyActivityLog()
Get the enable |
|
static
Log |
fromJson(JsonReader jsonReader)
Reads an instance of Log |
|
Log |
logLocationSettings()
Get the log |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Log |
withCopyActivityLogSettings(CopyActivityLogSettings copyActivityLogSettings)
Set the copy |
|
Log |
withEnableCopyActivityLog(Object enableCopyActivityLog)
Set the enable |
|
Log |
withLogLocationSettings(LogLocationSettings logLocationSettings)
Set the log |
Methods inherited from java.lang.Object
Constructor Details
LogSettings
public LogSettings()
Creates an instance of LogSettings class.
Method Details
copyActivityLogSettings
public CopyActivityLogSettings copyActivityLogSettings()
Get the copyActivityLogSettings property: Specifies settings for copy activity log.
Returns:
enableCopyActivityLog
public Object enableCopyActivityLog()
Get the enableCopyActivityLog property: Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType boolean).
Returns:
fromJson
public static LogSettings fromJson(JsonReader jsonReader)
Reads an instance of LogSettings from the JsonReader.
Parameters:
Returns:
Throws:
logLocationSettings
public LogLocationSettings logLocationSettings()
Get the logLocationSettings property: Log location settings customer needs to provide when enabling log.
Returns:
toJson
validate
public void validate()
Validates the instance.
withCopyActivityLogSettings
public LogSettings withCopyActivityLogSettings(CopyActivityLogSettings copyActivityLogSettings)
Set the copyActivityLogSettings property: Specifies settings for copy activity log.
Parameters:
Returns:
withEnableCopyActivityLog
public LogSettings withEnableCopyActivityLog(Object enableCopyActivityLog)
Set the enableCopyActivityLog property: Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType boolean).
Parameters:
Returns:
withLogLocationSettings
public LogSettings withLogLocationSettings(LogLocationSettings logLocationSettings)
Set the logLocationSettings property: Log location settings customer needs to provide when enabling log.
Parameters:
Returns: