Partager via


ManagedDatabaseQueriesOperationsExtensions.ListByQueryNextAsync Méthode

Définition

Obtenir des statistiques d’exécution de requête par ID de requête.

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))

Paramètres

operations
IManagedDatabaseQueriesOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à