MultiplePipelineTrigger Class

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

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.synapse.artifacts.models._models_py3.Trigger
MultiplePipelineTrigger

Constructor

MultiplePipelineTrigger(*, additional_properties: Optional[Dict[str, object]] = None, description: Optional[str] = None, annotations: Optional[List[object]] = None, pipelines: Optional[List[azure.synapse.artifacts.models._models_py3.TriggerPipelineReference]] = None, **kwargs)

Parameters

additional_properties
dict[str, object]
Required

Unmatched properties from the message are deserialized to this collection.

type
str
Required

Required. Trigger type.Constant filled by server.

description
str
Required

Trigger description.

annotations
list[object]
Required

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

pipelines
list[TriggerPipelineReference]
Required

Pipelines that need to be started.

Variables

runtime_state
str or TriggerRuntimeState

Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger. Possible values include: "Started", "Stopped", "Disabled".