Partager via


ITransformsOperations Interface

Définition

TransformationsOpérations.

public interface ITransformsOperations
type ITransformsOperations = interface
Public Interface ITransformsOperations

Méthodes

CreateOrUpdateWithHttpMessagesAsync(String, String, String, IList<TransformOutput>, String, Dictionary<String,List<String>>, CancellationToken)

Créer ou mettre à jour une transformation

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Supprimer la transformation

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Obtenir la transformation

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Répertorier les transformations

ListWithHttpMessagesAsync(String, String, ODataQuery<Transform>, Dictionary<String,List<String>>, CancellationToken)

Répertorier les transformations

UpdateWithHttpMessagesAsync(String, String, String, IList<TransformOutput>, String, Dictionary<String,List<String>>, CancellationToken)

Mettre à jour la transformation

Méthodes d’extension

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 à