Freigeben über


LongTermRetentionBackupsOperationsExtensions.ListByResourceGroupServerNextAsync Methode

Definition

Listet die langfristigen Aufbewahrungssicherungen für einen bestimmten Server auf.

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

Parameter

operations
ILongTermRetentionBackupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: