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