ConnectionTypeOperationsExtensions.ListNextAsync Method

Definition

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

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeListResponse> ListNextAsync (this Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations operations, string nextLink);
static member ListNextAsync : Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeListResponse>
<Extension()>
Public Function ListNextAsync (operations As IConnectionTypeOperations, nextLink As String) As Task(Of ConnectionTypeListResponse)

Parameters

operations
IConnectionTypeOperations

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

nextLink
String

Required. The link to retrieve next set of items.

Returns

The response model for the list connection type operation.

Applies to