Share via


ISearchService.ListQueryKeysAsync(CancellationToken) Method

Definition

Returns the list of query API keys for the given Azure Search service.

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Search.Fluent.IQueryKey>> ListQueryKeysAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member ListQueryKeysAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Search.Fluent.IQueryKey>>
Public Function ListQueryKeysAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of IQueryKey))

Parameters

cancellationToken
CancellationToken

Returns

Applies to