Partager via


SynchronizationSettingsOperationsExtensions.ListByShareNextAsync Méthode

Définition

Répertorier synchronizationSettings dans un partage.

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))

Paramètres

operations
ISynchronizationSettingsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Lister les synchronisationParamètres dans un partage

S’applique à