Uses of Class
com.azure.resourcemanager.datafactory.models.AppendVariableActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AppendVariableActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAppendVariableActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.AppendVariableActivity.withDescription
(String description) Set the description property: Activity description.Set the name property: Activity name.AppendVariableActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.Set the value property: Value to be appended.AppendVariableActivity.withVariableName
(String variableName) Set the variableName property: Name of the variable whose value needs to be appended to.