ScriptActivity |
ScriptActivity.withDependsOn(List<ActivityDependency> dependsOn) |
Set the dependsOn property: Activity depends on condition.
|
ScriptActivity |
ScriptActivity.withDescription(String description) |
Set the description property: Activity description.
|
ScriptActivity |
ScriptActivity.withLinkedServiceName(LinkedServiceReference linkedServiceName) |
Set the linkedServiceName property: Linked service reference.
|
ScriptActivity |
ScriptActivity.withLogSettings(ScriptActivityTypePropertiesLogSettings logSettings) |
Set the logSettings property: Log settings of script activity.
|
ScriptActivity |
ScriptActivity.withName(String name) |
Set the name property: Activity name.
|
ScriptActivity |
ScriptActivity.withPolicy(ActivityPolicy policy) |
Set the policy property: Activity policy.
|
ScriptActivity |
ScriptActivity.withScripts(List<ScriptActivityScriptBlock> scripts) |
Set the scripts property: Array of script blocks.
|
ScriptActivity |
ScriptActivity.withUserProperties(List<UserProperty> userProperties) |
Set the userProperties property: Activity user properties.
|