get Private Endpoint Connection
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
Gets the specified private endpoint connection associated with the Relay Namespace. API Version: 2018-01-01-preview.
Return
Private endpoint connection resource.
Parameters
argument
null
suspend fun getPrivateEndpointConnection(namespaceName: String, privateEndpointConnectionName: String, resourceGroupName: String): GetPrivateEndpointConnectionResult
Return
Private endpoint connection resource.
Parameters
namespace Name
The namespace name
private Endpoint Connection Name
The PrivateEndpointConnection name.
resource Group Name
Name of the Resource group within the Azure subscription.
See also
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
Return
Private endpoint connection resource.
Parameters
argument
Builder for com.pulumi.azurenative.relay.kotlin.inputs.GetPrivateEndpointConnectionPlainArgs.