Share via


ConnectionTypeOperationsExtensions.ListNextAsync Method (IConnectionTypeOperations, String)

 

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

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

Syntax

public static Task<ConnectionTypeListResponse> ListNextAsync(
    this IConnectionTypeOperations operations,
    string nextLink
)
public:
[ExtensionAttribute]
static Task<ConnectionTypeListResponse^>^ ListNextAsync(
    IConnectionTypeOperations^ operations,
    String^ nextLink
)
static member ListNextAsync : 
        operations:IConnectionTypeOperations *
        nextLink:string -> Task<ConnectionTypeListResponse>
<ExtensionAttribute>
Public Shared Function ListNextAsync (
    operations As IConnectionTypeOperations,
    nextLink As String
) As Task(Of ConnectionTypeListResponse)

Parameters

  • nextLink
    Type: System.String

    Required. The link to retrieve next set of items.

Return Value

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

The response model for the list connection type operation.

See Also

ConnectionTypeOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top