Share via


BackupsOperationsExtensions.ListByServerNext Method

Definition

List all the backups for a given server.

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)

Parameters

operations
IBackupsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to