IJobStreamOperations.ListNextAsync(String, CancellationToken) Method

Definition

Gets the next page of job streams using next link.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListResponse> ListNextAsync (string nextLink, System.Threading.CancellationToken cancellationToken);
abstract member ListNextAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListResponse>
Public Function ListNextAsync (nextLink As String, cancellationToken As CancellationToken) As Task(Of JobStreamListResponse)

Parameters

nextLink
String

NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

Cancellation token.

Returns

The response model for the list job stream operation.

Applies to