ChainingTrigger Constructor
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.
Initializes a new instance of ChainingTrigger.
public ChainingTrigger (Azure.ResourceManager.DataFactory.Models.TriggerPipelineReference pipeline, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataFactory.Models.DataFactoryPipelineReference> dependsOn, string runDimension);
new Azure.ResourceManager.DataFactory.Models.ChainingTrigger : Azure.ResourceManager.DataFactory.Models.TriggerPipelineReference * seq<Azure.ResourceManager.DataFactory.Models.DataFactoryPipelineReference> * string -> Azure.ResourceManager.DataFactory.Models.ChainingTrigger
Public Sub New (pipeline As TriggerPipelineReference, dependsOn As IEnumerable(Of DataFactoryPipelineReference), runDimension As String)
Parameters
- pipeline
- TriggerPipelineReference
Pipeline for which runs are created when all upstream pipelines complete successfully.
- dependsOn
- IEnumerable<DataFactoryPipelineReference>
Upstream Pipelines.
- runDimension
- String
Run Dimension property that needs to be emitted by upstream pipelines.
Exceptions
pipeline
, dependsOn
or runDimension
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET