IQueryKeysOperations Interface

Definition

QueryKeysOperations operations.

public interface IQueryKeysOperations
type IQueryKeysOperations = interface
Public Interface IQueryKeysOperations

Methods

CreateWithHttpMessagesAsync(String, String, String, SearchManagementRequestOptionsInner, 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, SearchManagementRequestOptionsInner, 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

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

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

Extension Methods

CreateAsync(IQueryKeysOperations, String, String, String, SearchManagementRequestOptionsInner, 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

DeleteAsync(IQueryKeysOperations, String, String, String, SearchManagementRequestOptionsInner, 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

ListBySearchServiceAsync(IQueryKeysOperations, String, String, SearchManagementRequestOptionsInner, CancellationToken)

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

Applies to