Share via


IConnectionOperations.ListNextAsync Method (String, CancellationToken)

 

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

Task<ConnectionListResponse> ListNextAsync(
    string nextLink,
    CancellationToken cancellationToken
)
Task<ConnectionListResponse^>^ ListNextAsync(
    String^ nextLink,
    CancellationToken cancellationToken
)
abstract ListNextAsync : 
        nextLink:string *
        cancellationToken:CancellationToken -> Task<ConnectionListResponse>
Function ListNextAsync (
    nextLink As String,
    cancellationToken As CancellationToken
) As Task(Of ConnectionListResponse)

Parameters

  • nextLink
    Type: System.String

    The link to retrieve next set of items.

Return Value

Type: System.Threading.Tasks.Task<ConnectionListResponse>

The response model for the list connection operation.

See Also

IConnectionOperations Interface
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top