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