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.Analytics.Synapse.Artifacts.Models.TriggerPipelineReference pipeline, System.Collections.Generic.IEnumerable<Azure.Analytics.Synapse.Artifacts.Models.PipelineReference> dependsOn, string runDimension);
new Azure.Analytics.Synapse.Artifacts.Models.ChainingTrigger : Azure.Analytics.Synapse.Artifacts.Models.TriggerPipelineReference * seq<Azure.Analytics.Synapse.Artifacts.Models.PipelineReference> * string -> Azure.Analytics.Synapse.Artifacts.Models.ChainingTrigger
Public Sub New (pipeline As TriggerPipelineReference, dependsOn As IEnumerable(Of PipelineReference), runDimension As String)
Parameters
- pipeline
- TriggerPipelineReference
Pipeline for which runs are created when all upstream pipelines complete successfully.
- dependsOn
- IEnumerable<PipelineReference>
Upstream Pipelines.
- runDimension
- String
Run Dimension property that needs to be emitted by upstream pipelines.
Exceptions
pipeline
, dependsOn
or runDimension
is null.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET