Skip to main content

query_keys

Overview

Namequery_keys
TypeResource
Idazure.search.query_keys

Fields

NameDatatypeDescription
nextLinkstringRequest URL that can be used to query next page of query keys. Returned when the total number of requested query keys exceed maximum page size.
valuearrayThe query keys for the search service.

Methods

NameAccessible byRequired ParamsDescription
list_by_search_serviceSELECTresourceGroupName, searchServiceName, subscriptionIdReturns the list of query API keys for the given search service.
createINSERTname, resourceGroupName, searchServiceName, subscriptionIdGenerates a new query key for the specified search service. You can create up to 50 query keys per service.
deleteDELETEkey, resourceGroupName, searchServiceName, subscriptionIdDeletes the specified query key. Unlike admin keys, query keys are not regenerated. The process for regenerating a query key is to delete and then recreate it.