getOperatorApiConnection

Get an Operator API Connection. Uses Azure REST API version 2024-01-15-preview. Other available API versions: 2025-03-30-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native programmableconnectivity [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

A Programmable Connectivity Operator API Connection resource

Parameters

argument

null


suspend fun getOperatorApiConnection(operatorApiConnectionName: String, resourceGroupName: String): GetOperatorApiConnectionResult

Return

A Programmable Connectivity Operator API Connection resource

Parameters

operatorApiConnectionName

Azure Programmable Connectivity (APC) Operator API Connection Name.

resourceGroupName

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

See also


Return

A Programmable Connectivity Operator API Connection resource

Parameters

argument

Builder for com.pulumi.azurenative.programmableconnectivity.kotlin.inputs.GetOperatorApiConnectionPlainArgs.

See also