MultiplePipelineTrigger Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class for all triggers that support one to many model for trigger to pipeline. Please note MultiplePipelineTrigger is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include BlobEventsTrigger, BlobTrigger, CustomEventsTrigger and ScheduleTrigger.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.MultiplePipelineTrigger+MultiplePipelineTriggerConverter))]
public class MultiplePipelineTrigger : Azure.Analytics.Synapse.Artifacts.Models.Trigger
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.MultiplePipelineTrigger+MultiplePipelineTriggerConverter))>]
type MultiplePipelineTrigger = class
inherit Trigger
Public Class MultiplePipelineTrigger
Inherits Trigger
- Inheritance
- Derived
- Attributes
Constructors
MultiplePipelineTrigger() |
Initializes a new instance of MultiplePipelineTrigger. |
Properties
AdditionalProperties |
Additional Properties. (Inherited from Trigger) |
Annotations |
List of tags that can be used for describing the trigger. (Inherited from Trigger) |
Description |
Trigger description. (Inherited from Trigger) |
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. (Inherited from Trigger) |
Applies to
Azure SDK for .NET