Class ScriptActivity
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.Activity
-
- com.azure.resourcemanager.datafactory.models.ExecutionActivity
-
- com.azure.resourcemanager.datafactory.models.ScriptActivity
-
public final class ScriptActivity extends ExecutionActivity
Script activity type.
-
-
Constructor Summary
Constructors Constructor Description ScriptActivity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScriptActivityTypePropertiesLogSettings
logSettings()
Get the logSettings property: Log settings of script activity.List<ScriptActivityScriptBlock>
scripts()
Get the scripts property: Array of script blocks.void
validate()
Validates the instance.ScriptActivity
withDependsOn(List<ActivityDependency> dependsOn)
Set the dependsOn property: Activity depends on condition.ScriptActivity
withDescription(String description)
Set the description property: Activity description.ScriptActivity
withLinkedServiceName(LinkedServiceReference linkedServiceName)
Set the linkedServiceName property: Linked service reference.ScriptActivity
withLogSettings(ScriptActivityTypePropertiesLogSettings logSettings)
Set the logSettings property: Log settings of script activity.ScriptActivity
withName(String name)
Set the name property: Activity name.ScriptActivity
withPolicy(ActivityPolicy policy)
Set the policy property: Activity policy.ScriptActivity
withScripts(List<ScriptActivityScriptBlock> scripts)
Set the scripts property: Array of script blocks.ScriptActivity
withUserProperties(List<UserProperty> userProperties)
Set the userProperties property: Activity user properties.-
Methods inherited from class com.azure.resourcemanager.datafactory.models.ExecutionActivity
linkedServiceName, policy
-
Methods inherited from class com.azure.resourcemanager.datafactory.models.Activity
additionalProperties, dependsOn, description, name, userProperties, withAdditionalProperties
-
-
-
-
Method Detail
-
withLinkedServiceName
public ScriptActivity withLinkedServiceName(LinkedServiceReference linkedServiceName)
Set the linkedServiceName property: Linked service reference.- Overrides:
withLinkedServiceName
in classExecutionActivity
- Parameters:
linkedServiceName
- the linkedServiceName value to set.- Returns:
- the ExecutionActivity object itself.
-
withPolicy
public ScriptActivity withPolicy(ActivityPolicy policy)
Set the policy property: Activity policy.- Overrides:
withPolicy
in classExecutionActivity
- Parameters:
policy
- the policy value to set.- Returns:
- the ExecutionActivity object itself.
-
withName
public ScriptActivity withName(String name)
Set the name property: Activity name.- Overrides:
withName
in classExecutionActivity
- Parameters:
name
- the name value to set.- Returns:
- the Activity object itself.
-
withDescription
public ScriptActivity withDescription(String description)
Set the description property: Activity description.- Overrides:
withDescription
in classExecutionActivity
- Parameters:
description
- the description value to set.- Returns:
- the Activity object itself.
-
withDependsOn
public ScriptActivity withDependsOn(List<ActivityDependency> dependsOn)
Set the dependsOn property: Activity depends on condition.- Overrides:
withDependsOn
in classExecutionActivity
- Parameters:
dependsOn
- the dependsOn value to set.- Returns:
- the Activity object itself.
-
withUserProperties
public ScriptActivity withUserProperties(List<UserProperty> userProperties)
Set the userProperties property: Activity user properties.- Overrides:
withUserProperties
in classExecutionActivity
- Parameters:
userProperties
- the userProperties value to set.- Returns:
- the Activity object itself.
-
scripts
public List<ScriptActivityScriptBlock> scripts()
Get the scripts property: Array of script blocks. Type: array.- Returns:
- the scripts value.
-
withScripts
public ScriptActivity withScripts(List<ScriptActivityScriptBlock> scripts)
Set the scripts property: Array of script blocks. Type: array.- Parameters:
scripts
- the scripts value to set.- Returns:
- the ScriptActivity object itself.
-
logSettings
public ScriptActivityTypePropertiesLogSettings logSettings()
Get the logSettings property: Log settings of script activity.- Returns:
- the logSettings value.
-
withLogSettings
public ScriptActivity withLogSettings(ScriptActivityTypePropertiesLogSettings logSettings)
Set the logSettings property: Log settings of script activity.- Parameters:
logSettings
- the logSettings value to set.- Returns:
- the ScriptActivity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classExecutionActivity
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-