get Private Endpoint Connection
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
Gets the details of the private endpoint connection by managed cluster and resource group. API Version: 2021-03-01.
Return
A private endpoint connection
Parameters
argument
null
suspend fun getPrivateEndpointConnection(privateEndpointConnectionName: String, resourceGroupName: String, resourceName: String): GetPrivateEndpointConnectionResult
Return
A private endpoint connection
See also
Parameters
private Endpoint Connection Name
The name of the private endpoint connection.
resource Group Name
The name of the resource group.
resource Name
The name of the managed cluster resource.
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
Return
A private endpoint connection
See also
Parameters
argument
Builder for com.pulumi.azurenative.containerservice.kotlin.inputs.GetPrivateEndpointConnectionPlainArgs.