IDataFlowsOperations 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.
Opérations DataFlowsOperations.
public interface IDataFlowsOperations
type IDataFlowsOperations = interface
Public Interface IDataFlowsOperations
Méthodes
CreateOrUpdateWithHttpMessagesAsync(String, String, String, DataFlowResource, String, Dictionary<String,List<String>>, CancellationToken) |
Crée ou met à jour un flux de données. |
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Supprime un flux de données. |
GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Obtient un flux de données. |
ListByFactoryNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Répertorie les flux de données. |
ListByFactoryWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Répertorie les flux de données. |
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