ActivityOperationsExtensions::ListNext Method (IActivityOperations^, String^)

 

Retrieve next list of activities in the module identified by module name. (see http://aka.ms/azureautomationsdk/activityoperations for more information)

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

public:
[ExtensionAttribute]
static ActivityListResponse^ ListNext(
	IActivityOperations^ operations,
	String^ nextLink
)

Parameters

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

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

nextLink
Type: System::String^

Required. The link to retrieve next set of items.

Return Value

Type: Microsoft.WindowsAzure.Management.Automation.Models::ActivityListResponse^

The response model for the list activity operation.

Return to top
Show: