IConnectionTypeOperations.ListNextAsync Method (String, CancellationToken)
Retrieve next list of connectiontypes. (see http://aka.ms/azureautomationsdk/connectiontypeoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Task<ConnectionTypeListResponse> ListNextAsync(
string nextLink,
CancellationToken cancellationToken
)
Parameters
- nextLink
-
Type:
System.String
The link to retrieve next set of items.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task<ConnectionTypeListResponse>The response model for the list connection type operation.
Show: