Compartilhar via


QueryKeysOperationsExtensions.ListBySearchServiceNext Método

Definição

Retorna a lista de chaves de API de consulta para o serviço de Azure Cognitive Search determinado. https://aka.ms/search-manage

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

Parâmetros

operations
IQueryKeysOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

searchManagementRequestOptions
SearchManagementRequestOptions

Parâmetros adicionais para a operação

Retornos

Aplica-se a