ChainingTrigger Class

Definition

Trigger that allows the referenced pipeline to depend on other pipeline runs based on runDimension Name/Value pairs. Upstream pipelines should declare the same runDimension Name and their runs should have the values for those runDimensions. The referenced pipeline run would be triggered if the values for the runDimension match for all upstream pipeline runs.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ChainingTrigger : Microsoft.Azure.Management.DataFactory.Models.Trigger
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ChainingTrigger = class
    inherit Trigger
Public Class ChainingTrigger
Inherits Trigger
Inheritance
ChainingTrigger
Attributes

Constructors

ChainingTrigger()

Initializes a new instance of the ChainingTrigger class.

ChainingTrigger(TriggerPipelineReference, IList<PipelineReference>, String, IDictionary<String,Object>, String, String, IList<Object>)

Initializes a new instance of the ChainingTrigger 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)
DependsOn

Gets or sets upstream Pipelines.

Description

Gets or sets trigger description.

(Inherited from Trigger)
Pipeline

Gets or sets pipeline for which runs are created when all upstream pipelines complete successfully.

RunDimension

Gets or sets run Dimension property that needs to be emitted by upstream pipelines.

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)

Methods

Validate()

Validate the object.

Applies to