Uses of Class
com.azure.resourcemanager.datafactory.models.PipelineReference
-
Packages that use PipelineReference Package Description com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of PipelineReference in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return PipelineReference Modifier and Type Method Description PipelineReference
ExecutePipelineActivityTypeProperties. pipeline()
Get the pipeline property: Pipeline reference.Methods in com.azure.resourcemanager.datafactory.fluent.models that return types with arguments of type PipelineReference Modifier and Type Method Description List<PipelineReference>
ChainingTriggerTypeProperties. dependsOn()
Get the dependsOn property: Upstream Pipelines.Methods in com.azure.resourcemanager.datafactory.fluent.models with parameters of type PipelineReference Modifier and Type Method Description ExecutePipelineActivityTypeProperties
ExecutePipelineActivityTypeProperties. withPipeline(PipelineReference pipeline)
Set the pipeline property: Pipeline reference.Method parameters in com.azure.resourcemanager.datafactory.fluent.models with type arguments of type PipelineReference Modifier and Type Method Description ChainingTriggerTypeProperties
ChainingTriggerTypeProperties. withDependsOn(List<PipelineReference> dependsOn)
Set the dependsOn property: Upstream Pipelines. -
Uses of PipelineReference in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return PipelineReference Modifier and Type Method Description PipelineReference
ExecutePipelineActivity. pipeline()
Get the pipeline property: Pipeline reference.PipelineReference
TriggerPipelineReference. pipelineReference()
Get the pipelineReference property: Pipeline reference.PipelineReference
PipelineReference. withName(String name)
Set the name property: Reference name.PipelineReference
PipelineReference. withReferenceName(String referenceName)
Set the referenceName property: Reference pipeline name.PipelineReference
PipelineReference. withType(String type)
Set the type property: Pipeline reference type.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type PipelineReference Modifier and Type Method Description List<PipelineReference>
ChainingTrigger. dependsOn()
Get the dependsOn property: Upstream Pipelines.Methods in com.azure.resourcemanager.datafactory.models with parameters of type PipelineReference Modifier and Type Method Description ExecutePipelineActivity
ExecutePipelineActivity. withPipeline(PipelineReference pipeline)
Set the pipeline property: Pipeline reference.TriggerPipelineReference
TriggerPipelineReference. withPipelineReference(PipelineReference pipelineReference)
Set the pipelineReference property: Pipeline reference.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type PipelineReference Modifier and Type Method Description ChainingTrigger
ChainingTrigger. withDependsOn(List<PipelineReference> dependsOn)
Set the dependsOn property: Upstream Pipelines.
-