Freigeben über


LongTermRetentionManagedInstanceBackupsOperationsExtensions.ListByLocationNextAsync Methode

Definition

Listet die Sicherungen für die langfristige Aufbewahrung für verwaltete Datenbanken an einem bestimmten Speicherort auf.

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))

Parameter

operations
ILongTermRetentionManagedInstanceBackupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: