getPipeline

Gets a pipeline. API Version: 2018-06-01.

Return

Pipeline resource type.

Parameters

argument

null


suspend fun getPipeline(factoryName: String, pipelineName: String, resourceGroupName: String): GetPipelineResult

Return

Pipeline resource type.

Parameters

factoryName

The factory name.

pipelineName

The pipeline name.

resourceGroupName

The resource group name.

See also


suspend fun getPipeline(argument: suspend GetPipelinePlainArgsBuilder.() -> Unit): GetPipelineResult

Return

Pipeline resource type.

Parameters

argument

Builder for com.pulumi.azurenative.datafactory.kotlin.inputs.GetPipelinePlainArgs.

See also