SourceControlSyncJobOperationsExtensions.ListByAutomationAccountNext Method

Definition

Retrieve a list of source control sync jobs. http://aka.ms/azureautomationsdk/sourcecontrolsyncjoboperations

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.SourceControlSyncJob> ListByAutomationAccountNext (this Microsoft.Azure.Management.Automation.ISourceControlSyncJobOperations operations, string nextPageLink);
static member ListByAutomationAccountNext : Microsoft.Azure.Management.Automation.ISourceControlSyncJobOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.SourceControlSyncJob>
<Extension()>
Public Function ListByAutomationAccountNext (operations As ISourceControlSyncJobOperations, nextPageLink As String) As IPage(Of SourceControlSyncJob)

Parameters

operations
ISourceControlSyncJobOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to