Uses of Class
com.azure.resourcemanager.datafactory.models.ControlActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of ControlActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeClassDescriptionfinal class
Append value for a Variable of type Array.final class
Execute pipeline activity.final class
This activity will fail within its own scope and output a custom error message and error code.final class
Filter and return results from input array based on the conditions.final class
This activity is used for iterating over a collection and execute given activities.final class
This activity evaluates a boolean expression and executes either the activities under the ifTrueActivities property or the ifFalseActivities property depending on the result of the expression.final class
Set value for a Variable.final class
This activity evaluates an expression and executes activities under the cases property that correspond to the expression evaluation expected in the equals property.final class
This activity executes inner activities until the specified boolean expression results to true or timeout is reached, whichever is earlier.final class
This activity verifies that an external resource exists.final class
This activity suspends pipeline execution for the specified interval.final class
WebHook activity.Modifier and TypeMethodDescriptionControlActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.ControlActivity.withDescription
(String description) Set the description property: Activity description.Set the name property: Activity name.ControlActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.