Uses of Class
com.azure.resourcemanager.datafactory.models.TriggerPipelineReference
-
Packages that use TriggerPipelineReference Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of TriggerPipelineReference in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return TriggerPipelineReference Modifier and Type Method Description TriggerPipelineReference
ChainingTrigger. pipeline()
Get the pipeline property: Pipeline for which runs are created when all upstream pipelines complete successfully.TriggerPipelineReference
TumblingWindowTrigger. pipeline()
Get the pipeline property: Pipeline for which runs are created when an event is fired for trigger window that is ready.TriggerPipelineReference
TriggerPipelineReference. withParameters(Map<String,Object> parameters)
Set the parameters property: Pipeline parameters.TriggerPipelineReference
TriggerPipelineReference. withPipelineReference(PipelineReference pipelineReference)
Set the pipelineReference property: Pipeline reference.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type TriggerPipelineReference Modifier and Type Method Description List<TriggerPipelineReference>
MultiplePipelineTrigger. pipelines()
Get the pipelines property: Pipelines that need to be started.Methods in com.azure.resourcemanager.datafactory.models with parameters of type TriggerPipelineReference Modifier and Type Method Description ChainingTrigger
ChainingTrigger. withPipeline(TriggerPipelineReference pipeline)
Set the pipeline property: Pipeline for which runs are created when all upstream pipelines complete successfully.TumblingWindowTrigger
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.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type TriggerPipelineReference Modifier and Type Method Description BlobEventsTrigger
BlobEventsTrigger. withPipelines(List<TriggerPipelineReference> pipelines)
Set the pipelines property: Pipelines that need to be started.BlobTrigger
BlobTrigger. withPipelines(List<TriggerPipelineReference> pipelines)
Set the pipelines property: Pipelines that need to be started.CustomEventsTrigger
CustomEventsTrigger. withPipelines(List<TriggerPipelineReference> pipelines)
Set the pipelines property: Pipelines that need to be started.MultiplePipelineTrigger
MultiplePipelineTrigger. withPipelines(List<TriggerPipelineReference> pipelines)
Set the pipelines property: Pipelines that need to be started.ScheduleTrigger
ScheduleTrigger. withPipelines(List<TriggerPipelineReference> pipelines)
Set the pipelines property: Pipelines that need to be started.
-