ConnectionTypeOperationsExtensions.ListNext Method

Definition

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

public static Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeListResponse ListNext (this Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations operations, string nextLink);
static member ListNext : Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations * string -> Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeListResponse
<Extension()>
Public Function ListNext (operations As IConnectionTypeOperations, nextLink As String) As 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