Uses of Class
com.azure.resourcemanager.datafactory.models.UntilActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of UntilActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionUntilActivity.withActivities
(List<Activity> activities) Set the activities property: List of activities to execute.UntilActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.UntilActivity.withDescription
(String description) Set the description property: Activity description.UntilActivity.withExpression
(Expression expression) Set the expression property: An expression that would evaluate to Boolean.Set the name property: Activity name.UntilActivity.withTimeout
(Object timeout) Set the timeout property: Specifies the timeout for the activity to run.UntilActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.