Activity 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.
A pipeline activity.
public class Activity
type Activity = class
Public Class Activity
- Inheritance
-
Activity
- Derived
Constructors
Activity() |
Initializes a new instance of the Activity class. |
Activity(String, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>) |
Initializes a new instance of the Activity class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection |
DependsOn |
Gets or sets activity depends on condition. |
Description |
Gets or sets activity description. |
Name |
Gets or sets activity name. |
UserProperties |
Gets or sets activity user properties. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET