ExecutionActivity 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 execution activities.
[Newtonsoft.Json.JsonObject("Execution")]
public class ExecutionActivity : Microsoft.Azure.Management.DataFactory.Models.Activity
[<Newtonsoft.Json.JsonObject("Execution")>]
type ExecutionActivity = class
inherit Activity
Public Class ExecutionActivity
Inherits Activity
- Inheritance
- Derived
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
ExecutionActivity() |
Initializes a new instance of the ExecutionActivity class. |
ExecutionActivity(String, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy) |
Initializes a new instance of the ExecutionActivity 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) |
LinkedServiceName |
Gets or sets linked service reference. |
Name |
Gets or sets activity name. (Inherited from Activity) |
Policy |
Gets or sets activity policy. |
UserProperties |
Gets or sets activity user properties. (Inherited from Activity) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET