ChainingTrigger Constructors
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.
Overloads
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. |
ChainingTrigger()
Initializes a new instance of the ChainingTrigger class.
public ChainingTrigger ();
Public Sub New ()
Applies to
ChainingTrigger(TriggerPipelineReference, IList<PipelineReference>, String, IDictionary<String,Object>, String, String, IList<Object>)
Initializes a new instance of the ChainingTrigger class.
public ChainingTrigger (Microsoft.Azure.Management.DataFactory.Models.TriggerPipelineReference pipeline, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.PipelineReference> dependsOn, string runDimension, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, string runtimeState = default, System.Collections.Generic.IList<object> annotations = default);
new Microsoft.Azure.Management.DataFactory.Models.ChainingTrigger : Microsoft.Azure.Management.DataFactory.Models.TriggerPipelineReference * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.PipelineReference> * string * System.Collections.Generic.IDictionary<string, obj> * string * string * System.Collections.Generic.IList<obj> -> Microsoft.Azure.Management.DataFactory.Models.ChainingTrigger
Public Sub New (pipeline As TriggerPipelineReference, dependsOn As IList(Of PipelineReference), runDimension As String, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional runtimeState As String = Nothing, Optional annotations As IList(Of Object) = Nothing)
Parameters
- pipeline
- TriggerPipelineReference
Pipeline for which runs are created when all upstream pipelines complete successfully.
- dependsOn
- IList<PipelineReference>
Upstream Pipelines.
- runDimension
- String
Run Dimension property that needs to be emitted by upstream pipelines.
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- description
- String
Trigger description.
- runtimeState
- String
Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger. Possible values include: 'Started', 'Stopped', 'Disabled'