JobsOperationsExtensions.List Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Liste des travaux
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)
Paramètres
- operations
- IJobsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources au sein de l’abonnement Azure.
- accountName
- String
Nom du compte Media Services.
- transformName
- String
Nom de la transformation.
- odataQuery
- ODataQuery<Job>
Paramètres OData à appliquer à l’opération.
Retours
Remarques
Répertorie tous les travaux de transformation.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET