getPrivateEndpointConnection

Gets the specified private endpoint connection associated with the Bot. Uses Azure REST API version 2023-09-15-preview. Other available API versions: 2022-09-15. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native botservice [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

The Private Endpoint Connection resource.

Parameters

argument

null


suspend fun getPrivateEndpointConnection(privateEndpointConnectionName: String, resourceGroupName: String, resourceName: String): GetPrivateEndpointConnectionResult

Return

The Private Endpoint Connection resource.

Parameters

privateEndpointConnectionName

The name of the private endpoint connection associated with the Azure resource

resourceGroupName

The name of the Bot resource group in the user subscription.

resourceName

The name of the Bot resource.

See also


Return

The Private Endpoint Connection resource.

Parameters

argument

Builder for com.pulumi.azurenative.botservice.kotlin.inputs.GetPrivateEndpointConnectionPlainArgs.

See also