Trigger interface
Azure data factory nested object which contains information about creating pipeline run
Properties
| annotations | List of tags that can be used for describing the trigger. | 
| description | Trigger description. | 
| runtime | Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger. NOTE: This property will not be serialized. It can only be populated by the server. | 
| type | Polymorphic discriminator, which specifies the different types this object can be | 
Property Details
annotations
List of tags that can be used for describing the trigger.
annotations?: any[]Property Value
any[]
description
Trigger description.
description?: stringProperty Value
string
		runtimeState
	 
	Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger. NOTE: This property will not be serialized. It can only be populated by the server.
runtimeState?: stringProperty Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "MultiplePipelineTrigger" | "ScheduleTrigger" | "BlobTrigger" | "BlobEventsTrigger" | "CustomEventsTrigger" | "TumblingWindowTrigger" | "RerunTumblingWindowTrigger" | "ChainingTrigger"Property Value
"MultiplePipelineTrigger" | "ScheduleTrigger" | "BlobTrigger" | "BlobEventsTrigger" | "CustomEventsTrigger" | "TumblingWindowTrigger" | "RerunTumblingWindowTrigger" | "ChainingTrigger"