ScheduleTrigger interface

Trigger that creates pipeline runs periodically, on schedule.

Extends

Properties

recurrence

Recurrence schedule configuration.

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.

pipelines

Pipelines that need to be started.

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

recurrence

Recurrence schedule configuration.

recurrence: ScheduleTriggerRecurrence

Property Value

type

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

type: "ScheduleTrigger"

Property Value

"ScheduleTrigger"

Inherited Property Details

annotations

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

annotations?: any[]

Property Value

any[]

Inherited From MultiplePipelineTrigger.annotations

description

Trigger description.

description?: string

Property Value

string

Inherited From MultiplePipelineTrigger.description

pipelines

Pipelines that need to be started.

pipelines?: TriggerPipelineReference[]

Property Value

Inherited From MultiplePipelineTrigger.pipelines

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 MultiplePipelineTrigger.runtimeState