Uses of Class
com.azure.resourcemanager.datafactory.models.ForEachActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of ForEachActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionForEachActivity.withActivities
(List<Activity> activities) Set the activities property: List of activities to execute .ForEachActivity.withBatchCount
(Integer batchCount) Set the batchCount property: Batch count to be used for controlling the number of parallel execution (when isSequential is set to false).ForEachActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.ForEachActivity.withDescription
(String description) Set the description property: Activity description.ForEachActivity.withIsSequential
(Boolean isSequential) Set the isSequential property: Should the loop be executed in sequence or in parallel (max 50).ForEachActivity.withItems
(Expression items) Set the items property: Collection to iterate.Set the name property: Activity name.ForEachActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.