Search Functions
object SearchFunctions
Functions
Link copied to clipboard
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
Gets the details of the private endpoint connection to the search service in the given resource group. API Version: 2020-08-01.
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
suspend fun getPrivateEndpointConnection(privateEndpointConnectionName: String, resourceGroupName: String, searchServiceName: String): GetPrivateEndpointConnectionResult
Link copied to clipboard
Gets the search service with the given name in the given resource group. API Version: 2020-08-01.
Link copied to clipboard
suspend fun getSharedPrivateLinkResource(argument: GetSharedPrivateLinkResourcePlainArgs): GetSharedPrivateLinkResourceResult
Gets the details of the shared private link resource managed by the search service in the given resource group. API Version: 2020-08-01.
suspend fun getSharedPrivateLinkResource(argument: suspend GetSharedPrivateLinkResourcePlainArgsBuilder.() -> Unit): GetSharedPrivateLinkResourceResult
suspend fun getSharedPrivateLinkResource(resourceGroupName: String, searchServiceName: String, sharedPrivateLinkResourceName: String): GetSharedPrivateLinkResourceResult
Link copied to clipboard
Gets the primary and secondary admin API keys for the specified Azure Cognitive Search service. API Version: 2020-08-01.
suspend fun listAdminKey(argument: suspend ListAdminKeyPlainArgsBuilder.() -> Unit): ListAdminKeyResult
Link copied to clipboard
suspend fun listQueryKeyBySearchService(argument: ListQueryKeyBySearchServicePlainArgs): ListQueryKeyBySearchServiceResult
Returns the list of query API keys for the given Azure Cognitive Search service. API Version: 2020-08-01.
suspend fun listQueryKeyBySearchService(argument: suspend ListQueryKeyBySearchServicePlainArgsBuilder.() -> Unit): ListQueryKeyBySearchServiceResult
suspend fun listQueryKeyBySearchService(resourceGroupName: String, searchServiceName: String): ListQueryKeyBySearchServiceResult