get Private Link Service Private Endpoint Connection
suspend fun getPrivateLinkServicePrivateEndpointConnection(argument: GetPrivateLinkServicePrivateEndpointConnectionPlainArgs): GetPrivateLinkServicePrivateEndpointConnectionResult
Get the specific private end point connection by specific private link service in the resource group. API Version: 2020-11-01.
Return
PrivateEndpointConnection resource.
Parameters
argument
null
suspend fun getPrivateLinkServicePrivateEndpointConnection(expand: String? = null, peConnectionName: String, resourceGroupName: String, serviceName: String): GetPrivateLinkServicePrivateEndpointConnectionResult
Return
PrivateEndpointConnection resource.
Parameters
expand
Expands referenced resources.
pe Connection Name
The name of the private end point connection.
resource Group Name
The name of the resource group.
service Name
The name of the private link service.
See also
suspend fun getPrivateLinkServicePrivateEndpointConnection(argument: suspend GetPrivateLinkServicePrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateLinkServicePrivateEndpointConnectionResult
Return
PrivateEndpointConnection resource.
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetPrivateLinkServicePrivateEndpointConnectionPlainArgs.