Python2PackageOperationsExtensions.ListByAutomationAccountNext Method

Definition

Retrieve a list of python 2 packages. http://aka.ms/azureautomationsdk/moduleoperations

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

Parameters

operations
IPython2PackageOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to