Partager via


SqlPoolOperationsExtensions.ListNextAsync Méthode

Définition

Obtient la liste des opérations effectuées sur le pool SQL

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

Paramètres

operations
ISqlPoolOperations

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

Remarques

Obtient la liste des opérations effectuées sur le pool SQL.

S’applique à