Freigeben über


SyncGroupsOperationsExtensions.ListLogsNextAsync Methode

Definition

Ruft eine Sammlung von Synchronisierungsgruppenprotokollen ab.

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

Parameter

operations
ISyncGroupsOperations

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: