ConnectionTypeOperationsExtensions.ListNextAsync 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 ListNextAsync ( operations As IConnectionTypeOperations, nextLink As String ) As Task(Of 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: System.Threading.Tasks.Task(Of ConnectionTypeListResponse)The response model for the list connection type operation.
Show: