getFlow

suspend fun getFlow(argument: GetFlowPlainArgs): GetFlowResult

Gets flow resource. Uses Azure REST API version 2023-10-11-preview. Other available API versions: 2024-01-25, 2024-05-07, 2024-09-11, 2024-09-27, 2025-03-01-preview.

Return

The flow resource definition.

Parameters

argument

null


suspend fun getFlow(connectionName: String, flowName: String, resourceGroupName: String): GetFlowResult

Return

The flow resource definition.

Parameters

connectionName

The name for the connection that is to be requested.

flowName

The name for the flow that is to be onboarded.

resourceGroupName

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

See also


suspend fun getFlow(argument: suspend GetFlowPlainArgsBuilder.() -> Unit): GetFlowResult

Return

The flow resource definition.

Parameters

argument

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

See also