IVariableOperations.ListNextAsync Method (String, CancellationToken)

 

Retrieve next list of variables. (see http://aka.ms/azureautomationsdk/variableoperations for more information)

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

Task<VariableListResponse> 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<VariableListResponse>

The response model for the list variables operation.

Return to top
Show: