getDataflow

Get a DataflowResource Uses Azure REST API version 2024-11-01. Other available API versions: 2024-08-15-preview, 2024-09-15-preview, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native iotoperations [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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