MultiplePipelineTrigger interface

Base class for all triggers that support one to many model for trigger to pipeline.

Extends

Properties

pipelines

Pipelines that need to be started.

type

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

annotations

List of tags that can be used for describing the trigger.

description

Trigger description.

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.

Property Details

pipelines

Pipelines that need to be started.

pipelines?: TriggerPipelineReference[]

Property Value

type

Polymorphic discriminator, which specifies the different types this object can be

type: "BlobEventsTrigger" | "BlobTrigger" | "CustomEventsTrigger" | "MultiplePipelineTrigger" | "ScheduleTrigger"

Property Value

"BlobEventsTrigger" | "BlobTrigger" | "CustomEventsTrigger" | "MultiplePipelineTrigger" | "ScheduleTrigger"

Inherited Property Details

annotations

List of tags that can be used for describing the trigger.

annotations?: any[]

Property Value

any[]

Inherited From Trigger.annotations

description

Trigger description.

description?: string

Property Value

string

Inherited From Trigger.description

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?: string

Property Value

string

Inherited From Trigger.runtimeState