getPrivateEndpointConnection

Gets the specified private endpoint connection associated with the Bot. API Version: 2021-05-01-preview.

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