getPipeline

Gets pipeline resource. Azure REST API version: 2023-10-11-preview. Other available API versions: 2024-01-25.

Return

The pipeline resource definition.

Parameters

argument

null


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

Return

The pipeline resource definition.

Parameters

pipelineName

The name for the pipeline that is to be requested.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


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

Return

The pipeline resource definition.

Parameters

argument

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

See also