WaitActivity 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.
This activity suspends pipeline execution for the specified interval.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Wait")]
public class WaitActivity : Microsoft.Azure.Management.DataFactory.Models.ControlActivity
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Wait")>]
type WaitActivity = class
inherit ControlActivity
Public Class WaitActivity
Inherits ControlActivity
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
WaitActivity() |
Initializes a new instance of the WaitActivity class. |
WaitActivity(String, Object, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>) |
Initializes a new instance of the WaitActivity 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) |
WaitTimeInSeconds |
Gets or sets duration in seconds. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET