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.TriggerMultiplePipelineTrigger
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
Required
Unmatched properties from the message are deserialized to this collection.
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".
Feedback
Submit and view feedback for