ModuleOperationsExtensions.ListNextAsync Method (IModuleOperations, String)

 

Retrieve next list of modules. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

<ExtensionAttribute>
Public Shared Function ListNextAsync (
	operations As IModuleOperations,
	nextLink As String
) As Task(Of 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: System.Threading.Tasks.Task(Of ModuleListResponse)

The response model for the list module operation.

Return to top
Show: