DataFlowsOperationsExtensions Class

Definition

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