Package version:

Interface ScheduleTrigger

Trigger that creates pipeline runs periodically, on schedule.

interface ScheduleTrigger {
    annotations?: any[];
    description?: string;
    pipelines?: TriggerPipelineReference[];
    recurrence: ScheduleTriggerRecurrence;
    runtimeState?: string;
    type: "ScheduleTrigger";
}

Hierarchy (view full)

Properties

annotations?: any[]

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

description?: string

Trigger description.

Pipelines that need to be started.

Recurrence schedule configuration.

runtimeState?: string

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