Partager via


IDataFlowsOperations Interface

Définition

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

CreateOrUpdate(IDataFlowsOperations, String, String, String, DataFlowResource, String)

Crée ou met à jour un flux de données.

CreateOrUpdateAsync(IDataFlowsOperations, String, String, String, DataFlowResource, String, CancellationToken)

Crée ou met à jour un flux de données.

Delete(IDataFlowsOperations, String, String, String)

Supprime un flux de données.

DeleteAsync(IDataFlowsOperations, String, String, String, CancellationToken)

Supprime un flux de données.

Get(IDataFlowsOperations, String, String, String, String)

Obtient un flux de données.

GetAsync(IDataFlowsOperations, String, String, String, String, CancellationToken)

Obtient un flux de données.

ListByFactory(IDataFlowsOperations, String, String)

Répertorie les flux de données.

ListByFactoryAsync(IDataFlowsOperations, String, String, CancellationToken)

Répertorie les flux de données.

ListByFactoryNext(IDataFlowsOperations, String)

Répertorie les flux de données.

ListByFactoryNextAsync(IDataFlowsOperations, String, CancellationToken)

Répertorie les flux de données.

S’applique à