SearchFunctions

Functions

Link copied to clipboard

Describes an existing Private Endpoint connection to the Azure Cognitive Search service. API Version: 2020-08-01.

suspend fun getPrivateEndpointConnection(privateEndpointConnectionName: String, resourceGroupName: String, searchServiceName: String): GetPrivateEndpointConnectionResult
Link copied to clipboard

Describes an Azure Cognitive Search service and its current state. API Version: 2020-08-01.

suspend fun getService(argument: suspend GetServicePlainArgsBuilder.() -> Unit): GetServiceResult
suspend fun getService(resourceGroupName: String, searchServiceName: String): GetServiceResult
Link copied to clipboard

Describes a Shared Private Link Resource managed by the Azure Cognitive Search service. API Version: 2020-08-01.

suspend fun getSharedPrivateLinkResource(resourceGroupName: String, searchServiceName: String, sharedPrivateLinkResourceName: String): GetSharedPrivateLinkResourceResult
Link copied to clipboard

Response containing the primary and secondary admin API keys for a given Azure Cognitive Search service. API Version: 2020-08-01.

suspend fun listAdminKey(resourceGroupName: String, searchServiceName: String): ListAdminKeyResult
Link copied to clipboard

Response containing the query API keys for a given Azure Cognitive Search service. API Version: 2020-08-01.

suspend fun listQueryKeyBySearchService(resourceGroupName: String, searchServiceName: String): ListQueryKeyBySearchServiceResult