Partager via


DatabaseOperationsExtensions.ListByDatabaseNextAsync Méthode

Définition

Obtient une liste des opérations effectuées sur la base de données.

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

Paramètres

operations
IDatabaseOperations

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 à