Partager via


BackupsOperationsExtensions.ListByServerNextAsync Méthode

Définition

Répertoriez toutes les sauvegardes d’un serveur donné.

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

Paramètres

operations
IBackupsOperations

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 à