getPrivateEndpointConnection

Gets the details of the private endpoint connection to the search service in the given resource group. Uses Azure REST API version 2022-09-01. Other available API versions: 2023-11-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview.

Return

Describes an existing Private Endpoint connection to the Azure Cognitive Search service.

Parameters

argument

null


suspend fun getPrivateEndpointConnection(privateEndpointConnectionName: String, resourceGroupName: String, searchServiceName: String): GetPrivateEndpointConnectionResult

Return

Describes an existing Private Endpoint connection to the Azure Cognitive Search service.

Parameters

privateEndpointConnectionName

The name of the private endpoint connection to the Azure Cognitive Search service with the specified resource group.

resourceGroupName

The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.

searchServiceName

The name of the Azure Cognitive Search service associated with the specified resource group.

See also


Return

Describes an existing Private Endpoint connection to the Azure Cognitive Search service.

Parameters

argument

Builder for com.pulumi.azurenative.search.kotlin.inputs.GetPrivateEndpointConnectionPlainArgs.

See also