ControlActivity 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.
Base class for all control activities like IfCondition, ForEach , Until.
[Newtonsoft.Json.JsonObject("Container")]
public class ControlActivity : Microsoft.Azure.Management.DataFactory.Models.Activity
[<Newtonsoft.Json.JsonObject("Container")>]
type ControlActivity = class
inherit Activity
Public Class ControlActivity
Inherits Activity
- Inheritance
- Derived
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
ControlActivity() |
Initializes a new instance of the ControlActivity class. |
ControlActivity(String, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>) |
Initializes a new instance of the ControlActivity 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) |
Methods
Validate() |
Validate the object. |