Trigger 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.
Azure data factory nested object which contains information about creating pipeline run
public class Trigger
type Trigger = class
Public Class Trigger
- Inheritance
-
Trigger
- Derived
Constructors
Trigger() |
Initializes a new instance of the Trigger class. |
Trigger(IDictionary<String,Object>, String, String, IList<Object>) |
Initializes a new instance of the Trigger class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection |
Annotations |
Gets or sets list of tags that can be used for describing the trigger. |
Description |
Gets or sets trigger description. |
RuntimeState |
Gets indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger. Possible values include: 'Started', 'Stopped', 'Disabled' |
Applies to
Azure SDK for .NET