RunbookOperationsExtensions.ListNextAsync Method (IRunbookOperations, String)
Retrieve next list of runbooks. (see http://aka.ms/azureautomationsdk/runbookoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
<ExtensionAttribute> Public Shared Function ListNextAsync ( operations As IRunbookOperations, nextLink As String ) As Task(Of RunbookListResponse)
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Automation.IRunbookOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.
- nextLink
-
Type:
System.String
Required. The link to retrieve next set of items.
Return Value
Type: System.Threading.Tasks.Task(Of RunbookListResponse)The response model for the list runbook operation.
Show: