Uses of Class
com.azure.resourcemanager.datafactory.models.ChainingTrigger
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of ChainingTrigger in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionChainingTrigger.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the trigger.ChainingTrigger.withDependsOn
(List<PipelineReference> dependsOn) Set the dependsOn property: Upstream Pipelines.ChainingTrigger.withDescription
(String description) Set the description property: Trigger description.ChainingTrigger.withPipeline
(TriggerPipelineReference pipeline) Set the pipeline property: Pipeline for which runs are created when all upstream pipelines complete successfully.ChainingTrigger.withRunDimension
(String runDimension) Set the runDimension property: Run Dimension property that needs to be emitted by upstream pipelines.