ScriptActivityTypePropertiesLogSettings Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. ScriptActivityTypePropertiesLogSettings
- com.
Implements
public final class ScriptActivityTypePropertiesLogSettings
implements JsonSerializable<ScriptActivityTypePropertiesLogSettings>
Log settings of script activity.
Constructor Summary
| Constructor | Description |
|---|---|
| ScriptActivityTypePropertiesLogSettings() |
Creates an instance of Script |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Script |
fromJson(JsonReader jsonReader)
Reads an instance of Script |
|
Script |
getLogDestination()
Get the log |
|
Log |
getLogLocationSettings()
Get the log |
|
Script |
setLogDestination(ScriptActivityLogDestination logDestination)
Set the log |
|
Script |
setLogLocationSettings(LogLocationSettings logLocationSettings)
Set the log |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
ScriptActivityTypePropertiesLogSettings
public ScriptActivityTypePropertiesLogSettings()
Creates an instance of ScriptActivityTypePropertiesLogSettings class.
Method Details
fromJson
public static ScriptActivityTypePropertiesLogSettings fromJson(JsonReader jsonReader)
Reads an instance of ScriptActivityTypePropertiesLogSettings from the JsonReader.
Parameters:
Returns:
Throws:
getLogDestination
public ScriptActivityLogDestination getLogDestination()
Get the logDestination property: The destination of logs. Type: string.
Returns:
getLogLocationSettings
public LogLocationSettings getLogLocationSettings()
Get the logLocationSettings property: Log location settings customer needs to provide when enabling log.
Returns:
setLogDestination
public ScriptActivityTypePropertiesLogSettings setLogDestination(ScriptActivityLogDestination logDestination)
Set the logDestination property: The destination of logs. Type: string.
Parameters:
Returns:
setLogLocationSettings
public ScriptActivityTypePropertiesLogSettings setLogLocationSettings(LogLocationSettings logLocationSettings)
Set the logLocationSettings property: Log location settings customer needs to provide when enabling log.
Parameters:
Returns: