get Data Flow
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
dataflow Name
Name of Instance dataflowProfile dataflow resource
dataflow Profile Name
Name of Instance dataflowProfile resource
instance Name
Name of instance.
resource Group Name
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.