Class ExecutionActivity
java.lang.Object
com.azure.analytics.synapse.artifacts.models.Activity
com.azure.analytics.synapse.artifacts.models.ExecutionActivity
- Direct Known Subclasses:
AzureDataExplorerCommandActivity,AzureFunctionActivity,AzureMLBatchExecutionActivity,AzureMLExecutePipelineActivity,AzureMLUpdateResourceActivity,CopyActivity,CustomActivity,DatabricksNotebookActivity,DatabricksSparkJarActivity,DatabricksSparkPythonActivity,DataLakeAnalyticsUsqlActivity,DeleteActivity,ExecuteDataFlowActivity,ExecuteSsisPackageActivity,GetMetadataActivity,HDInsightHiveActivity,HDInsightMapReduceActivity,HDInsightPigActivity,HDInsightSparkActivity,HDInsightStreamingActivity,LookupActivity,ScriptActivity,SqlServerStoredProcedureActivity,SynapseNotebookActivity,SynapseSparkJobDefinitionActivity,WebActivity
Base class for all execution activities.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the linkedServiceName property: Linked service reference.Get the policy property: Activity policy.setDependsOn(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.setDescription(String description) Set the description property: Activity description.setLinkedServiceName(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.Set the name property: Activity name.setPolicy(ActivityPolicy policy) Set the policy property: Activity policy.setUserProperties(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.Methods inherited from class com.azure.analytics.synapse.artifacts.models.Activity
getAdditionalProperties, getDependsOn, getDescription, getName, getUserProperties, setAdditionalProperties
-
Constructor Details
-
ExecutionActivity
public ExecutionActivity()
-
-
Method Details
-
getLinkedServiceName
Get the linkedServiceName property: Linked service reference.- Returns:
- the linkedServiceName value.
-
setLinkedServiceName
Set the linkedServiceName property: Linked service reference.- Parameters:
linkedServiceName- the linkedServiceName value to set.- Returns:
- the ExecutionActivity object itself.
-
getPolicy
Get the policy property: Activity policy.- Returns:
- the policy value.
-
setPolicy
Set the policy property: Activity policy.- Parameters:
policy- the policy value to set.- Returns:
- the ExecutionActivity object itself.
-
setName
Set the name property: Activity name. -
setDescription
Set the description property: Activity description.- Overrides:
setDescriptionin classActivity- Parameters:
description- the description value to set.- Returns:
- the Activity object itself.
-
setDependsOn
Set the dependsOn property: Activity depends on condition.- Overrides:
setDependsOnin classActivity- Parameters:
dependsOn- the dependsOn value to set.- Returns:
- the Activity object itself.
-
setUserProperties
Set the userProperties property: Activity user properties.- Overrides:
setUserPropertiesin classActivity- Parameters:
userProperties- the userProperties value to set.- Returns:
- the Activity object itself.
-