Partilhar via


LongTermRetentionManagedInstanceBackupsOperationsExtensions.ListByLocationNextAsync Método

Definição

Lista os backups de retenção de longo prazo para bancos de dados gerenciados em um determinado local.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ManagedInstanceLongTermRetentionBackup>> ListByLocationNextAsync (this Microsoft.Azure.Management.Sql.ILongTermRetentionManagedInstanceBackupsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByLocationNextAsync : 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 ListByLocationNextAsync (operations As ILongTermRetentionManagedInstanceBackupsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ManagedInstanceLongTermRetentionBackup))

Parâmetros

operations
ILongTermRetentionManagedInstanceBackupsOperations

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

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a