AppendVariableActivity Class

Definition

Append value for a Variable of type Array.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("AppendVariable")]
public class AppendVariableActivity : Microsoft.Azure.Management.DataFactory.Models.ControlActivity
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("AppendVariable")>]
type AppendVariableActivity = class
    inherit ControlActivity
Public Class AppendVariableActivity
Inherits ControlActivity
Inheritance
AppendVariableActivity
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

AppendVariableActivity()

Initializes a new instance of the AppendVariableActivity class.

AppendVariableActivity(String, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, String, Object)

Initializes a new instance of the AppendVariableActivity class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from Activity)
DependsOn

Gets or sets activity depends on condition.

(Inherited from Activity)
Description

Gets or sets activity description.

(Inherited from Activity)
Name

Gets or sets activity name.

(Inherited from Activity)
UserProperties

Gets or sets activity user properties.

(Inherited from Activity)
Value

Gets or sets value to be appended. Could be a static value or Expression

VariableName

Gets or sets name of the variable whose value needs to be appended to.

Methods

Validate()

Validate the object.

Applies to