RunbookOperationsExtensions.ListNextAsync Method (IRunbookOperations, String)
Retrieve next list of runbooks. (see https://aka.ms/azureautomationsdk/runbookoperations for more information)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public static Task<RunbookListResponse> ListNextAsync(
this IRunbookOperations operations,
string nextLink
)
public:
[ExtensionAttribute]
static Task<RunbookListResponse^>^ ListNextAsync(
IRunbookOperations^ operations,
String^ nextLink
)
static member ListNextAsync :
operations:IRunbookOperations *
nextLink:string -> Task<RunbookListResponse>
<ExtensionAttribute>
Public Shared Function ListNextAsync (
operations As IRunbookOperations,
nextLink As String
) As Task(Of RunbookListResponse)
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Automation.IRunbookOperationsReference to the Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.
nextLink
Type: System.StringRequired. The link to retrieve next set of items.
Return Value
Type: System.Threading.Tasks.Task<RunbookListResponse>
The response model for the list runbook operation.
See Also
RunbookOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top