IQueryKeysOperations Interface

Definition

QueryKeysOperations operations.

public interface IQueryKeysOperations
type IQueryKeysOperations = interface
Public Interface IQueryKeysOperations

Methods

CreateWithHttpMessagesAsync(String, String, String, SearchManagementRequestOptions, Dictionary<String,List<String>>, CancellationToken)

Generates a new query key for the specified search service. You can create up to 50 query keys per service. https://aka.ms/search-manage

DeleteWithHttpMessagesAsync(String, String, String, SearchManagementRequestOptions, Dictionary<String,List<String>>, CancellationToken)

Deletes 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. https://aka.ms/search-manage

ListBySearchServiceNextWithHttpMessagesAsync(String, SearchManagementRequestOptions, Dictionary<String,List<String>>, CancellationToken)

Returns the list of query API keys for the given Azure Cognitive Search service. https://aka.ms/search-manage

ListBySearchServiceWithHttpMessagesAsync(String, String, SearchManagementRequestOptions, Dictionary<String,List<String>>, CancellationToken)

Returns the list of query API keys for the given Azure Cognitive Search service. https://aka.ms/search-manage

Extension Methods

Create(IQueryKeysOperations, String, String, String, SearchManagementRequestOptions)

Generates a new query key for the specified search service. You can create up to 50 query keys per service. https://aka.ms/search-manage

CreateAsync(IQueryKeysOperations, String, String, String, SearchManagementRequestOptions, CancellationToken)

Generates a new query key for the specified search service. You can create up to 50 query keys per service. https://aka.ms/search-manage

Delete(IQueryKeysOperations, String, String, String, SearchManagementRequestOptions)

Deletes 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. https://aka.ms/search-manage

DeleteAsync(IQueryKeysOperations, String, String, String, SearchManagementRequestOptions, CancellationToken)

Deletes 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. https://aka.ms/search-manage

ListBySearchService(IQueryKeysOperations, String, String, SearchManagementRequestOptions)

Returns the list of query API keys for the given Azure Cognitive Search service. https://aka.ms/search-manage

ListBySearchServiceAsync(IQueryKeysOperations, String, String, SearchManagementRequestOptions, CancellationToken)

Returns the list of query API keys for the given Azure Cognitive Search service. https://aka.ms/search-manage

ListBySearchServiceNext(IQueryKeysOperations, String, SearchManagementRequestOptions)

Returns the list of query API keys for the given Azure Cognitive Search service. https://aka.ms/search-manage

ListBySearchServiceNextAsync(IQueryKeysOperations, String, SearchManagementRequestOptions, CancellationToken)

Returns the list of query API keys for the given Azure Cognitive Search service. https://aka.ms/search-manage

Applies to