QueryKeysOperationsExtensions Class

Definition

Extension methods for QueryKeysOperations.

public static class QueryKeysOperationsExtensions
type QueryKeysOperationsExtensions = class
Public Module QueryKeysOperationsExtensions
Inheritance
QueryKeysOperationsExtensions

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