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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET