Partager via


SourceControlSyncJobOperationsExtensions.ListByAutomationAccountNextAsync Méthode

Définition

Récupérez une liste des travaux de synchronisation du contrôle de code source. http://aka.ms/azureautomationsdk/sourcecontrolsyncjoboperations

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

Paramètres

operations
ISourceControlSyncJobOperations

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 à