JobOperationsExtensions::ListNextAsync Method (IJobOperations^, String^)

 

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

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

public:
[ExtensionAttribute]
static Task<JobListResponse^>^ ListNextAsync(
	IJobOperations^ operations,
	String^ nextLink
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Automation::IJobOperations^

Reference to the Microsoft.WindowsAzure.Management.Automation.IJobOperations.

nextLink
Type: System::String^

Required. The link to retrieve next set of items.

Return Value

Type: System.Threading.Tasks::Task<JobListResponse^>^

The response model for the list job operation.

Return to top
Show: