Freigeben über


RestorableDroppedDatabasesOperationsExtensions.ListByServerNextAsync Methode

Definition

Ruft eine Liste der wiederherstellbaren gelöschten Datenbanken ab.

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

Parameter

operations
IRestorableDroppedDatabasesOperations

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: