AppendVariableActivity Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. Activity - com.
azure. resourcemanager. datafactory. models. ControlActivity - com.
azure. resourcemanager. datafactory. models. AppendVariableActivity
- com.
- com.
- com.
public final class AppendVariableActivity
extends ControlActivity
Append value for a Variable of type Array.
Constructor Summary
| Constructor | Description |
|---|---|
| AppendVariableActivity() |
Creates an instance of Append |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Append |
fromJson(JsonReader jsonReader)
Reads an instance of Append |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Type of activity. |
| void |
validate()
Validates the instance. |
| Object |
value()
Get the value property: Value to be appended. |
| String |
variableName()
Get the variable |
|
Append |
withDependsOn(List<ActivityDependency> dependsOn)
Set the depends |
|
Append |
withDescription(String description)
Set the description property: Activity description. |
|
Append |
withName(String name)
Set the name property: Activity name. |
|
Append |
withOnInactiveMarkAs(ActivityOnInactiveMarkAs onInactiveMarkAs)
Set the on |
|
Append |
withState(ActivityState state)
Set the state property: Activity state. |
|
Append |
withUserProperties(List<UserProperty> userProperties)
Set the user |
|
Append |
withValue(Object value)
Set the value property: Value to be appended. |
|
Append |
withVariableName(String variableName)
Set the variable |
Methods inherited from Activity
Methods inherited from ControlActivity
Methods inherited from java.lang.Object
Constructor Details
AppendVariableActivity
public AppendVariableActivity()
Creates an instance of AppendVariableActivity class.
Method Details
fromJson
public static AppendVariableActivity fromJson(JsonReader jsonReader)
Reads an instance of AppendVariableActivity from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AppendVariableActivity.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Type of activity.
Overrides:
AppendVariableActivity.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
AppendVariableActivity.validate()value
public Object value()
Get the value property: Value to be appended. Type: could be a static value matching type of the variable item or Expression with resultType matching type of the variable item.
Returns:
variableName
public String variableName()
Get the variableName property: Name of the variable whose value needs to be appended to.
Returns:
withDependsOn
public AppendVariableActivity withDependsOn(List<ActivityDependency> dependsOn)
Set the dependsOn property: Activity depends on condition.
Overrides:
AppendVariableActivity.withDependsOn(List<ActivityDependency> dependsOn)Parameters:
withDescription
public AppendVariableActivity withDescription(String description)
Set the description property: Activity description.
Overrides:
AppendVariableActivity.withDescription(String description)Parameters:
withName
public AppendVariableActivity withName(String name)
Set the name property: Activity name.
Overrides:
AppendVariableActivity.withName(String name)Parameters:
withOnInactiveMarkAs
public AppendVariableActivity withOnInactiveMarkAs(ActivityOnInactiveMarkAs onInactiveMarkAs)
Set the onInactiveMarkAs property: Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Overrides:
AppendVariableActivity.withOnInactiveMarkAs(ActivityOnInactiveMarkAs onInactiveMarkAs)Parameters:
withState
public AppendVariableActivity withState(ActivityState state)
Set the state property: Activity state. This is an optional property and if not provided, the state will be Active by default.
Overrides:
AppendVariableActivity.withState(ActivityState state)Parameters:
withUserProperties
public AppendVariableActivity withUserProperties(List<UserProperty> userProperties)
Set the userProperties property: Activity user properties.
Overrides:
AppendVariableActivity.withUserProperties(List<UserProperty> userProperties)Parameters:
withValue
public AppendVariableActivity withValue(Object value)
Set the value property: Value to be appended. Type: could be a static value matching type of the variable item or Expression with resultType matching type of the variable item.
Parameters:
Returns:
withVariableName
public AppendVariableActivity withVariableName(String variableName)
Set the variableName property: Name of the variable whose value needs to be appended to.
Parameters:
Returns: