Share via


PipelineJobsOperationsExtensions.ListNextAsync Method

Definition

Retrieves a list of pipeline jobs.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.VideoAnalyzer.Models.PipelineJob>> ListNextAsync (this Microsoft.Azure.Management.VideoAnalyzer.IPipelineJobsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.VideoAnalyzer.IPipelineJobsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.VideoAnalyzer.Models.PipelineJob>>
<Extension()>
Public Function ListNextAsync (operations As IPipelineJobsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PipelineJob))

Parameters

operations
IPipelineJobsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Retrieves a list of all live pipelines that have been created, along with their JSON representations.

Applies to