Uses of Class
com.azure.resourcemanager.datafactory.models.TriggerPipelineReference
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of TriggerPipelineReference in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionChainingTrigger.pipeline()
Get the pipeline property: Pipeline for which runs are created when all upstream pipelines complete successfully.TumblingWindowTrigger.pipeline()
Get the pipeline property: Pipeline for which runs are created when an event is fired for trigger window that is ready.TriggerPipelineReference.withParameters
(Map<String, Object> parameters) Set the parameters property: Pipeline parameters.TriggerPipelineReference.withPipelineReference
(PipelineReference pipelineReference) Set the pipelineReference property: Pipeline reference.Modifier and TypeMethodDescriptionMultiplePipelineTrigger.pipelines()
Get the pipelines property: Pipelines that need to be started.Modifier and TypeMethodDescriptionChainingTrigger.withPipeline
(TriggerPipelineReference pipeline) Set the pipeline property: Pipeline for which runs are created when all upstream pipelines complete successfully.TumblingWindowTrigger.withPipeline
(TriggerPipelineReference pipeline) Set the pipeline property: Pipeline for which runs are created when an event is fired for trigger window that is ready.Modifier and TypeMethodDescriptionBlobEventsTrigger.withPipelines
(List<TriggerPipelineReference> pipelines) Set the pipelines property: Pipelines that need to be started.BlobTrigger.withPipelines
(List<TriggerPipelineReference> pipelines) Set the pipelines property: Pipelines that need to be started.CustomEventsTrigger.withPipelines
(List<TriggerPipelineReference> pipelines) Set the pipelines property: Pipelines that need to be started.MultiplePipelineTrigger.withPipelines
(List<TriggerPipelineReference> pipelines) Set the pipelines property: Pipelines that need to be started.ScheduleTrigger.withPipelines
(List<TriggerPipelineReference> pipelines) Set the pipelines property: Pipelines that need to be started.