Uses of Class
com.azure.resourcemanager.datafactory.models.SwitchActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of SwitchActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionSwitchActivity.withCases
(List<SwitchCase> cases) Set the cases property: List of cases that correspond to expected values of the 'on' property.SwitchActivity.withDefaultActivities
(List<Activity> defaultActivities) Set the defaultActivities property: List of activities to execute if no case condition is satisfied.SwitchActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.SwitchActivity.withDescription
(String description) Set the description property: Activity description.Set the name property: Activity name.SwitchActivity.withOn
(Expression on) Set the on property: An expression that would evaluate to a string or integer.SwitchActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.