Compartir a través de


LongTermRetentionBackupsOperationsExtensions.ListByServerNext Método

Definición

Enumera las copias de seguridad de retención a largo plazo para un servidor determinado.

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

Parámetros

operations
ILongTermRetentionBackupsOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Se aplica a