MediaJobCollection.GetAll(String, String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET