Class ExecutePipelineActivity
java.lang.Object
com.azure.resourcemanager.datafactory.models.Activity
com.azure.resourcemanager.datafactory.models.ControlActivity
com.azure.resourcemanager.datafactory.models.ExecutePipelineActivity
Execute pipeline activity.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ExecutePipelineActivity class. -
Method Summary
Modifier and TypeMethodDescriptionGet the parameters property: Pipeline parameters.pipeline()
Get the pipeline property: Pipeline reference.policy()
Get the policy property: Execute pipeline activity policy.void
validate()
Validates the instance.Get the waitOnCompletion property: Defines whether activity execution will wait for the dependent pipeline execution to finish.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.withDescription
(String description) Set the description property: Activity description.Set the name property: Activity name.withParameters
(Map<String, Object> parameters) Set the parameters property: Pipeline parameters.withPipeline
(PipelineReference pipeline) Set the pipeline property: Pipeline reference.Set the policy property: Execute pipeline activity policy.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.withWaitOnCompletion
(Boolean waitOnCompletion) Set the waitOnCompletion property: Defines whether activity execution will wait for the dependent pipeline execution to finish.Methods inherited from class com.azure.resourcemanager.datafactory.models.Activity
additionalProperties, dependsOn, description, name, userProperties, withAdditionalProperties
-
Constructor Details
-
ExecutePipelineActivity
public ExecutePipelineActivity()Creates an instance of ExecutePipelineActivity class.
-
-
Method Details
-
policy
Get the policy property: Execute pipeline activity policy.- Returns:
- the policy value.
-
withPolicy
Set the policy property: Execute pipeline activity policy.- Parameters:
policy
- the policy value to set.- Returns:
- the ExecutePipelineActivity object itself.
-
withName
Set the name property: Activity name.- Overrides:
withName
in classControlActivity
- Parameters:
name
- the name value to set.- Returns:
- the Activity object itself.
-
withDescription
Set the description property: Activity description.- Overrides:
withDescription
in classControlActivity
- Parameters:
description
- the description value to set.- Returns:
- the Activity object itself.
-
withDependsOn
Set the dependsOn property: Activity depends on condition.- Overrides:
withDependsOn
in classControlActivity
- Parameters:
dependsOn
- the dependsOn value to set.- Returns:
- the Activity object itself.
-
withUserProperties
Set the userProperties property: Activity user properties.- Overrides:
withUserProperties
in classControlActivity
- Parameters:
userProperties
- the userProperties value to set.- Returns:
- the Activity object itself.
-
pipeline
Get the pipeline property: Pipeline reference.- Returns:
- the pipeline value.
-
withPipeline
Set the pipeline property: Pipeline reference.- Parameters:
pipeline
- the pipeline value to set.- Returns:
- the ExecutePipelineActivity object itself.
-
parameters
Get the parameters property: Pipeline parameters.- Returns:
- the parameters value.
-
withParameters
Set the parameters property: Pipeline parameters.- Parameters:
parameters
- the parameters value to set.- Returns:
- the ExecutePipelineActivity object itself.
-
waitOnCompletion
Get the waitOnCompletion property: Defines whether activity execution will wait for the dependent pipeline execution to finish. Default is false.- Returns:
- the waitOnCompletion value.
-
withWaitOnCompletion
Set the waitOnCompletion property: Defines whether activity execution will wait for the dependent pipeline execution to finish. Default is false.- Parameters:
waitOnCompletion
- the waitOnCompletion value to set.- Returns:
- the ExecutePipelineActivity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classControlActivity
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-