Trigger Class

Definition

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