Compartir a través de


QueryKeysOperationsExtensions.ListBySearchServiceNextAsync Método

Definición

Devuelve la lista de claves de API de consulta para el servicio Azure Cognitive Search dado. https://aka.ms/search-manage

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Search.Models.QueryKey>> ListBySearchServiceNextAsync (this Microsoft.Azure.Management.Search.IQueryKeysOperations operations, string nextPageLink, Microsoft.Azure.Management.Search.Models.SearchManagementRequestOptions searchManagementRequestOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member ListBySearchServiceNextAsync : Microsoft.Azure.Management.Search.IQueryKeysOperations * string * Microsoft.Azure.Management.Search.Models.SearchManagementRequestOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Search.Models.QueryKey>>
<Extension()>
Public Function ListBySearchServiceNextAsync (operations As IQueryKeysOperations, nextPageLink As String, Optional searchManagementRequestOptions As SearchManagementRequestOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of QueryKey))

Parámetros

operations
IQueryKeysOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

searchManagementRequestOptions
SearchManagementRequestOptions

Parámetros adicionales para la operación

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a