IQueryKeysOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET