Compartir a través de


LongTermRetentionManagedInstanceBackupsOperationsExtensions.ListByDatabaseNextAsync Método

Definición

Enumera todas las copias de seguridad de retención a largo plazo para una base de datos administrada.

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

Parámetros

operations
ILongTermRetentionManagedInstanceBackupsOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a