Partager via


DatabaseOperationsExtensions.ListByDatabaseNext Méthode

Définition

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.DatabaseOperation> ListByDatabaseNext (this Microsoft.Azure.Management.Sql.IDatabaseOperations operations, string nextPageLink);
static member ListByDatabaseNext : Microsoft.Azure.Management.Sql.IDatabaseOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.DatabaseOperation>
<Extension()>
Public Function ListByDatabaseNext (operations As IDatabaseOperations, nextPageLink As String) As 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.

Retours

S’applique à