getPrivateEndpointConnection

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

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