Uses of Class
com.azure.resourcemanager.datafactory.models.PipelineReference
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of PipelineReference in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionExecutePipelineActivityTypeProperties.pipeline()
Get the pipeline property: Pipeline reference.Modifier and TypeMethodDescriptionChainingTriggerTypeProperties.dependsOn()
Get the dependsOn property: Upstream Pipelines.Modifier and TypeMethodDescriptionExecutePipelineActivityTypeProperties.withPipeline
(PipelineReference pipeline) Set the pipeline property: Pipeline reference.Modifier and TypeMethodDescriptionChainingTriggerTypeProperties.withDependsOn
(List<PipelineReference> dependsOn) Set the dependsOn property: Upstream Pipelines. -
Uses of PipelineReference in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionExecutePipelineActivity.pipeline()
Get the pipeline property: Pipeline reference.TriggerPipelineReference.pipelineReference()
Get the pipelineReference property: Pipeline reference.Set the name property: Reference name.PipelineReference.withReferenceName
(String referenceName) Set the referenceName property: Reference pipeline name.Set the type property: Pipeline reference type.Modifier and TypeMethodDescriptionChainingTrigger.dependsOn()
Get the dependsOn property: Upstream Pipelines.Modifier and TypeMethodDescriptionExecutePipelineActivity.withPipeline
(PipelineReference pipeline) Set the pipeline property: Pipeline reference.TriggerPipelineReference.withPipelineReference
(PipelineReference pipelineReference) Set the pipelineReference property: Pipeline reference.Modifier and TypeMethodDescriptionChainingTrigger.withDependsOn
(List<PipelineReference> dependsOn) Set the dependsOn property: Upstream Pipelines.