getDataFlow

Get a DataFlowResource Uses Azure REST API version 2024-07-01-preview.

Return

Instance dataflowProfile dataflow resource

Parameters

argument

null


suspend fun getDataFlow(dataflowName: String, dataflowProfileName: String, instanceName: String, resourceGroupName: String): GetDataFlowResult

Return

Instance dataflowProfile dataflow resource

Parameters

dataflowName

Name of Instance dataflowProfile dataflow resource

dataflowProfileName

Name of Instance dataflowProfile resource

instanceName

Name of instance.

resourceGroupName

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

See also


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

Return

Instance dataflowProfile dataflow resource

Parameters

argument

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

See also