getPrivateEndpointConnection

Gets the specified private endpoint connection associated with the configuration store. Uses Azure REST API version 2023-03-01. Other available API versions: 2023-08-01-preview, 2023-09-01-preview, 2024-05-01.

Return

A private endpoint connection

Parameters

argument

null


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

Return

A private endpoint connection

Parameters

configStoreName

The name of the configuration store.

privateEndpointConnectionName

Private endpoint connection name

resourceGroupName

The name of the resource group to which the container registry belongs.

See also


Return

A private endpoint connection

Parameters

argument

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

See also