Partager via


ServerOperationsExtensions.ListByServerNext(IServerOperations, String) Méthode

Définition

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ServerOperation> ListByServerNext (this Microsoft.Azure.Management.Sql.IServerOperations operations, string nextPageLink);
static member ListByServerNext : Microsoft.Azure.Management.Sql.IServerOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ServerOperation>
<Extension()>
Public Function ListByServerNext (operations As IServerOperations, nextPageLink As String) As IPage(Of ServerOperation)

Paramètres

operations
IServerOperations

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

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

S’applique à