IDataFlowsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
DataFlowsOperations operations.
public interface IDataFlowsOperations
type IDataFlowsOperations = interface
Public Interface IDataFlowsOperations
Methods
Extension Methods
CreateOrUpdate(IDataFlowsOperations, String, String, String, DataFlowResource, String) |
Creates or updates a data flow. |
CreateOrUpdateAsync(IDataFlowsOperations, String, String, String, DataFlowResource, String, CancellationToken) |
Creates or updates a data flow. |
Delete(IDataFlowsOperations, String, String, String) |
Deletes a data flow. |
DeleteAsync(IDataFlowsOperations, String, String, String, CancellationToken) |
Deletes a data flow. |
Get(IDataFlowsOperations, String, String, String, String) |
Gets a data flow. |
GetAsync(IDataFlowsOperations, String, String, String, String, CancellationToken) |
Gets a data flow. |
ListByFactory(IDataFlowsOperations, String, String) |
Lists data flows. |
ListByFactoryAsync(IDataFlowsOperations, String, String, CancellationToken) |
Lists data flows. |
ListByFactoryNext(IDataFlowsOperations, String) |
Lists data flows. |
ListByFactoryNextAsync(IDataFlowsOperations, String, CancellationToken) |
Lists data flows. |