Uses of Class
com.azure.resourcemanager.datafactory.models.IfConditionActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of IfConditionActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionIfConditionActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.IfConditionActivity.withDescription
(String description) Set the description property: Activity description.IfConditionActivity.withExpression
(Expression expression) Set the expression property: An expression that would evaluate to Boolean.IfConditionActivity.withIfFalseActivities
(List<Activity> ifFalseActivities) Set the ifFalseActivities property: List of activities to execute if expression is evaluated to false.IfConditionActivity.withIfTrueActivities
(List<Activity> ifTrueActivities) Set the ifTrueActivities property: List of activities to execute if expression is evaluated to true.Set the name property: Activity name.IfConditionActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.