Partager via


SourceControlSyncJobStreamsOperationsExtensions.ListBySyncJobNextAsync Méthode

Définition

Récupérez une liste des flux de travaux de synchronisation identifiés par l’ID de travail de synchronisation. http://aka.ms/azureautomationsdk/sourcecontrolsyncjoboperations

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

Paramètres

operations
ISourceControlSyncJobStreamsOperations

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

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à