/// <summary> /// Retrieve next list of runbooks. (see /// http://aka.ms/azureautomationsdk/runbookoperations for more /// information) /// </summary> /// <param name='operations'> /// Reference to the /// Microsoft.WindowsAzure.Management.Automation.IRunbookOperations. /// </param> /// <param name='nextLink'> /// Required. The link to retrieve next set of items. /// </param> /// <returns> /// The response model for the list runbook operation. /// </returns> public static Task <RunbookListResponse> ListNextAsync(this IRunbookOperations operations, string nextLink) { return(operations.ListNextAsync(nextLink, CancellationToken.None)); }