getDataFlow

Gets a data flow. Uses Azure REST API version 2018-06-01.

Return

Data flow resource type.

Parameters

argument

null


suspend fun getDataFlow(dataFlowName: String, factoryName: String, resourceGroupName: String): GetDataFlowResult

Return

Data flow resource type.

Parameters

dataFlowName

The data flow name.

factoryName

The factory name.

resourceGroupName

The resource group name.

See also


suspend fun getDataFlow(argument: suspend GetDataFlowPlainArgsBuilder.() -> Unit): GetDataFlowResult

Return

Data flow resource type.

Parameters

argument

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

See also