Partager via


TransformsOperationsExtensions Classe

Définition

Méthodes d’extension pour TransformsOperations.

public static class TransformsOperationsExtensions
type TransformsOperationsExtensions = class
Public Module TransformsOperationsExtensions
Héritage
TransformsOperationsExtensions

Méthodes

CreateOrUpdate(ITransformsOperations, String, String, String, IList<TransformOutput>, String)

Créer ou mettre à jour une transformation

CreateOrUpdateAsync(ITransformsOperations, String, String, String, IList<TransformOutput>, String, CancellationToken)

Créer ou mettre à jour une transformation

Delete(ITransformsOperations, String, String, String)

Supprimer la transformation

DeleteAsync(ITransformsOperations, String, String, String, CancellationToken)

Supprimer la transformation

Get(ITransformsOperations, String, String, String)

Obtenir la transformation

GetAsync(ITransformsOperations, String, String, String, CancellationToken)

Obtenir la transformation

List(ITransformsOperations, String, String, ODataQuery<Transform>)

Répertorier les transformations

ListAsync(ITransformsOperations, String, String, ODataQuery<Transform>, CancellationToken)

Répertorier les transformations

ListNext(ITransformsOperations, String)

Répertorier les transformations

ListNextAsync(ITransformsOperations, String, CancellationToken)

Répertorier les transformations

Update(ITransformsOperations, String, String, String, IList<TransformOutput>, String)

Mettre à jour la transformation

UpdateAsync(ITransformsOperations, String, String, String, IList<TransformOutput>, String, CancellationToken)

Mettre à jour la transformation

S’applique à