Freigeben über


JobsOperationsExtensions.List Methode

Definition

List Jobs

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Media.Models.Job> List(this Microsoft.Azure.Management.Media.IJobsOperations operations, string resourceGroupName, string accountName, string transformName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Media.Models.Job> odataQuery = default);
static member List : Microsoft.Azure.Management.Media.IJobsOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Media.Models.Job> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Media.Models.Job>
<Extension()>
Public Function List (operations As IJobsOperations, resourceGroupName As String, accountName As String, transformName As String, Optional odataQuery As ODataQuery(Of Job) = Nothing) As IPage(Of Job)

Parameter

operations
IJobsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe innerhalb des Azure-Abonnements.

accountName
String

Der Name des Media Services-Kontos.

transformName
String

Der Name der Transformation.

odataQuery
ODataQuery<Job>

OData-Parameter, die auf den Vorgang angewendet werden sollen.

Gibt zurück

Hinweise

Listet alle Aufträge für die Transformation auf.

Gilt für: