get Private Endpoint Connection
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
Gets the specified private endpoint connection associated with the configuration store. API Version: 2020-06-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
config Store Name
The name of the configuration store.
private Endpoint Connection Name
Private endpoint connection name
resource Group Name
The name of the resource group to which the container registry belongs.
See also
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
Return
A private endpoint connection
Parameters
argument
Builder for com.pulumi.azurenative.appconfiguration.kotlin.inputs.GetPrivateEndpointConnectionPlainArgs.