Class AppendVariableActivity
java.lang.Object
com.azure.resourcemanager.datafactory.models.Activity
com.azure.resourcemanager.datafactory.models.ControlActivity
com.azure.resourcemanager.datafactory.models.AppendVariableActivity
Append value for a Variable of type Array.
-
Constructor Summary
ConstructorDescriptionCreates an instance of AppendVariableActivity class. -
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.value()
Get the value property: Value to be appended.Get the variableName property: Name of the variable whose value needs to be appended to.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.withDescription
(String description) Set the description property: Activity description.Set the name property: Activity name.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.Set the value property: Value to be appended.withVariableName
(String variableName) Set the variableName property: Name of the variable whose value needs to be appended to.Methods inherited from class com.azure.resourcemanager.datafactory.models.Activity
additionalProperties, dependsOn, description, name, userProperties, withAdditionalProperties
-
Constructor Details
-
AppendVariableActivity
public AppendVariableActivity()Creates an instance of AppendVariableActivity class.
-
-
Method Details
-
withName
Set the name property: Activity name.- Overrides:
withName
in classControlActivity
- Parameters:
name
- the name value to set.- Returns:
- the Activity object itself.
-
withDescription
Set the description property: Activity description.- Overrides:
withDescription
in classControlActivity
- Parameters:
description
- the description value to set.- Returns:
- the Activity object itself.
-
withDependsOn
Set the dependsOn property: Activity depends on condition.- Overrides:
withDependsOn
in classControlActivity
- Parameters:
dependsOn
- the dependsOn value to set.- Returns:
- the Activity object itself.
-
withUserProperties
Set the userProperties property: Activity user properties.- Overrides:
withUserProperties
in classControlActivity
- Parameters:
userProperties
- the userProperties value to set.- Returns:
- the Activity object itself.
-
variableName
Get the variableName property: Name of the variable whose value needs to be appended to.- Returns:
- the variableName value.
-
withVariableName
Set the variableName property: Name of the variable whose value needs to be appended to.- Parameters:
variableName
- the variableName value to set.- Returns:
- the AppendVariableActivity object itself.
-
value
Get the value property: Value to be appended. Could be a static value or Expression.- Returns:
- the value value.
-
withValue
Set the value property: Value to be appended. Could be a static value or Expression.- Parameters:
value
- the value value to set.- Returns:
- the AppendVariableActivity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classControlActivity
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-