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