Compartilhar via


BackupsOperationsExtensions.ListByServerNext Método

Definição

Liste todos os backups de um determinado servidor.

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)

Parâmetros

operations
IBackupsOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

Retornos

Aplica-se a