共用方式為


MediaJobCollection.GetAll(String, String, CancellationToken) Method

Definition

Lists all of the Jobs for the Transform.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/transforms/{transformName}/jobs
  • Operation Id: Jobs_List
public virtual Azure.Pageable<Azure.ResourceManager.Media.MediaJobResource> GetAll (string filter = default, string orderby = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Media.MediaJobResource>
override this.GetAll : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Media.MediaJobResource>
Public Overridable Function GetAll (Optional filter As String = Nothing, Optional orderby As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MediaJobResource)

Parameters

filter
String

Restricts the set of items returned.

orderby
String

Specifies the key by which the result collection should be ordered.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of MediaJobResource that may take multiple service requests to iterate over.

Applies to