SourceControlOperationsExtensions.ListByAutomationAccountNext Method

Definition

Retrieve a list of source controls. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Parameters

operations
ISourceControlOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to