ModuleOperationsExtensions.ListByAutomationAccountNext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieve a list of modules. http://aka.ms/azureautomationsdk/moduleoperations
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Module> ListByAutomationAccountNext(this Microsoft.Azure.Management.Automation.IModuleOperations operations, string nextPageLink);
static member ListByAutomationAccountNext : Microsoft.Azure.Management.Automation.IModuleOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Module>
<Extension()>
Public Function ListByAutomationAccountNext (operations As IModuleOperations, nextPageLink As String) As IPage(Of Module)
Parameters
- operations
- IModuleOperations
The operations group for this extension method.
- nextPageLink
- String
The NextLink from the previous successful call to List operation.