ConnectionTypeOperationsExtensions.ListNext Method (IConnectionTypeOperations, String)
Retrieve next list of connectiontypes. (see http://aka.ms/azureautomationsdk/connectiontypeoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
<ExtensionAttribute> Public Shared Function ListNext ( operations As IConnectionTypeOperations, nextLink As String ) As ConnectionTypeListResponse
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations.
- nextLink
-
Type:
System.String
Required. The link to retrieve next set of items.
Return Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeListResponseThe response model for the list connection type operation.
Show: