SourceControlSyncJobStreamsOperationsExtensions.ListBySyncJobNextAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET