DataFlowsOperationsExtensions Class
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.
Extension methods for DataFlowsOperations.
public static class DataFlowsOperationsExtensions
type DataFlowsOperationsExtensions = class
Public Module DataFlowsOperationsExtensions
- Inheritance
-
DataFlowsOperationsExtensions
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. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET