ConnectionOperationsExtensions.ListNext Method (IConnectionOperations, String)
Retrieve next list of connections. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
public static ConnectionListResponse ListNext( this IConnectionOperations operations, string nextLink )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Automation.IConnectionOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.
- nextLink
-
Type:
System.String
Required. The link to retrieve next set of items.
Return Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.ConnectionListResponseThe response model for the list connection operation.
Show: