get Data Flow
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
data Flow Name
The data flow name.
factory Name
The factory name.
resource Group Name
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.