ModuleOperationsExtensions.ListNext Method (IModuleOperations, String)
Retrieve next list of modules. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
<ExtensionAttribute> Public Shared Function ListNext ( operations As IModuleOperations, nextLink As String ) As ModuleListResponse
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Automation.IModuleOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.IModuleOperations.
- nextLink
-
Type:
System.String
Required. The link to retrieve next set of items.
Return Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.ModuleListResponseThe response model for the list module operation.
Show: