AppendVariableActivity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Azure SDK for .NET