get Data Flow
Gets a data flow. 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.
See also
Parameters
data Flow Name
The data flow name.
factory Name
The factory name.
resource Group Name
The resource group name.
suspend fun getDataFlow(argument: suspend GetDataFlowPlainArgsBuilder.() -> Unit): GetDataFlowResult
Return
Data flow resource type.
See also
Parameters
argument
Builder for com.pulumi.azurenative.datafactory.kotlin.inputs.GetDataFlowPlainArgs.