Compartir a través de


LongTermRetentionBackupsOperationsExtensions.ListByResourceGroupLocationNextAsync Método

Definición

Enumera las copias de seguridad de retención a largo plazo para una ubicación determinada.

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

Parámetros

operations
ILongTermRetentionBackupsOperations

Grupo de operaciones para 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