ConnectionOperationsExtensions.ListNext Method (IConnectionOperations, String)

 

Retrieve next list of connections. (see https://aka.ms/azureautomationsdk/connectionoperations for more information)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Syntax

public static ConnectionListResponse ListNext(
    this IConnectionOperations operations,
    string nextLink
)
public:
[ExtensionAttribute]
static ConnectionListResponse^ ListNext(
    IConnectionOperations^ operations,
    String^ nextLink
)
static member ListNext : 
        operations:IConnectionOperations *
        nextLink:string -> ConnectionListResponse
<ExtensionAttribute>
Public Shared Function ListNext (
    operations As IConnectionOperations,
    nextLink As String
) As ConnectionListResponse

Parameters

  • nextLink
    Type: System.String

    Required. The link to retrieve next set of items.

Return Value

Type: Microsoft.WindowsAzure.Management.Automation.Models.ConnectionListResponse

The response model for the list connection operation.

See Also

ConnectionOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top