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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET