Freigeben über


SyncGroupsOperationsExtensions.ListSyncDatabaseIdsNextAsync Methode

Definition

Ruft eine Auflistung von Synchronisierungsdatenbank-IDs ab.

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

Parameter

operations
ISyncGroupsOperations

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: