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.
public class MultiplePipelineTrigger : Microsoft.Azure.Management.DataFactory.Models.Trigger
type MultiplePipelineTrigger = class
inherit Trigger
Public Class MultiplePipelineTrigger
Inherits Trigger
- Inheritance
- Derived
Constructors
MultiplePipelineTrigger() |
Initializes a new instance of the MultiplePipelineTrigger class. |
MultiplePipelineTrigger(IDictionary<String,Object>, String, String, IList<Object>, IList<TriggerPipelineReference>) |
Initializes a new instance of the MultiplePipelineTrigger class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from Trigger) |
Annotations |
Gets or sets list of tags that can be used for describing the trigger. (Inherited from Trigger) |
Description |
Gets or sets trigger description. (Inherited from Trigger) |
Pipelines |
Gets or sets pipelines that need to be started. |
RuntimeState |
Gets indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger. Possible values include: 'Started', 'Stopped', 'Disabled' (Inherited from Trigger) |
Applies to
Azure SDK for .NET