Freigeben über


SynchronizationSettingsOperationsExtensions.ListByShareNextAsync Methode

Definition

Auflisten der SynchronisierungEinstellungen in einer Freigabe.

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

Parameter

operations
ISynchronizationSettingsOperations

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

Hinweise

AuflistensynchronisierungEinstellungen in einer Freigabe

Gilt für: