ITransformsOperations Interface
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.
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
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