Compartilhar via


ManagedDatabaseQueriesOperationsExtensions.ListByQueryNextAsync Método

Definição

Obter estatísticas de execução de consulta por ID de consulta.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.QueryStatistics>> ListByQueryNextAsync (this Microsoft.Azure.Management.Sql.IManagedDatabaseQueriesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByQueryNextAsync : Microsoft.Azure.Management.Sql.IManagedDatabaseQueriesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.QueryStatistics>>
<Extension()>
Public Function ListByQueryNextAsync (operations As IManagedDatabaseQueriesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of QueryStatistics))

Parâmetros

operations
IManagedDatabaseQueriesOperations

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.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a