Share via


PipelineJobsOperationsExtensions.ListAsync Method

Definition

Retrieves a list of pipeline jobs.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.VideoAnalyzer.Models.PipelineJob>> ListAsync (this Microsoft.Azure.Management.VideoAnalyzer.IPipelineJobsOperations operations, string resourceGroupName, string accountName, string filter = default, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.VideoAnalyzer.IPipelineJobsOperations * string * string * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.VideoAnalyzer.Models.PipelineJob>>
<Extension()>
Public Function ListAsync (operations As IPipelineJobsOperations, resourceGroupName As String, accountName As String, Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PipelineJob))

Parameters

operations
IPipelineJobsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

accountName
String

The Azure Video Analyzer account name.

filter
String

Restricts the set of items returned.

top
Nullable<Int32>

Specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n.

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