ConnectionOperationsExtensions.ListNextAsync 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 Task<ConnectionListResponse> ListNextAsync(
    this IConnectionOperations operations,
    string nextLink
)
public:
[ExtensionAttribute]
static Task<ConnectionListResponse^>^ ListNextAsync(
    IConnectionOperations^ operations,
    String^ nextLink
)
static member ListNextAsync : 
        operations:IConnectionOperations *
        nextLink:string -> Task<ConnectionListResponse>
<ExtensionAttribute>
Public Shared Function ListNextAsync (
    operations As IConnectionOperations,
    nextLink As String
) As Task(Of ConnectionListResponse)

Parameters

  • nextLink
    Type: System.String

    Required. 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

ConnectionOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top