get Private Endpoint Connection By Name
suspend fun getPrivateEndpointConnectionByName(argument: GetPrivateEndpointConnectionByNamePlainArgs): GetPrivateEndpointConnectionByNameResult
Gets the details of the Private Endpoint Connection specified by its identifier. API Version: 2021-04-01-preview.
Return
The Private Endpoint Connection resource.
Parameters
argument
null
suspend fun getPrivateEndpointConnectionByName(privateEndpointConnectionName: String, resourceGroupName: String, serviceName: String): GetPrivateEndpointConnectionByNameResult
Return
The Private Endpoint Connection resource.
Parameters
private Endpoint Connection Name
Name of the private endpoint connection.
resource Group Name
The name of the resource group.
service Name
The name of the API Management service.
See also
suspend fun getPrivateEndpointConnectionByName(argument: suspend GetPrivateEndpointConnectionByNamePlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionByNameResult
Return
The Private Endpoint Connection resource.
Parameters
argument
Builder for com.pulumi.azurenative.apimanagement.kotlin.inputs.GetPrivateEndpointConnectionByNamePlainArgs.