Partager via


BackupsOperationsExtensions.ListByServerNext Méthode

Définition

Répertorier toutes les sauvegardes pour un serveur donné.

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

Paramètres

operations
IBackupsOperations

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 à