Class ExecutionActivity
java.lang.Object
com.azure.resourcemanager.datafactory.models.Activity
com.azure.resourcemanager.datafactory.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
-
Method Summary
Modifier and TypeMethodDescriptionGet the linkedServiceName property: Linked service reference.policy()
Get the policy property: Activity policy.void
validate()
Validates the instance.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.withDescription
(String description) Set the description property: Activity description.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.Set the name property: Activity name.withPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.Methods inherited from class com.azure.resourcemanager.datafactory.models.Activity
additionalProperties, dependsOn, description, name, userProperties, withAdditionalProperties
-
Constructor Details
-
ExecutionActivity
public ExecutionActivity()Creates an instance of ExecutionActivity class.
-
-
Method Details
-
linkedServiceName
Get the linkedServiceName property: Linked service reference.- Returns:
- the linkedServiceName value.
-
withLinkedServiceName
Set the linkedServiceName property: Linked service reference.- Parameters:
linkedServiceName
- the linkedServiceName value to set.- Returns:
- the ExecutionActivity object itself.
-
policy
Get the policy property: Activity policy.- Returns:
- the policy value.
-
withPolicy
Set the policy property: Activity policy.- Parameters:
policy
- the policy value to set.- Returns:
- the ExecutionActivity object itself.
-
withName
Set the name property: Activity name. -
withDescription
Set the description property: Activity description.- Overrides:
withDescription
in classActivity
- Parameters:
description
- the description value to set.- Returns:
- the Activity object itself.
-
withDependsOn
Set the dependsOn property: Activity depends on condition.- Overrides:
withDependsOn
in classActivity
- Parameters:
dependsOn
- the dependsOn value to set.- Returns:
- the Activity object itself.
-
withUserProperties
Set the userProperties property: Activity user properties.- Overrides:
withUserProperties
in classActivity
- Parameters:
userProperties
- the userProperties value to set.- Returns:
- the Activity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classActivity
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-