Uses of Class
com.azure.resourcemanager.datafactory.models.MultiplePipelineTrigger
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of MultiplePipelineTrigger in com.azure.resourcemanager.datafactory.models
Modifier and TypeClassDescriptionfinal class
Trigger that runs every time a Blob event occurs.final class
Trigger that runs every time the selected Blob container changes.final class
Trigger that runs every time a custom event is received.final class
Trigger that creates pipeline runs periodically, on schedule.Modifier and TypeMethodDescriptionMultiplePipelineTrigger.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the trigger.MultiplePipelineTrigger.withDescription
(String description) Set the description property: Trigger description.MultiplePipelineTrigger.withPipelines
(List<TriggerPipelineReference> pipelines) Set the pipelines property: Pipelines that need to be started.