你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataFlowsOperationsExtensions 类

定义

DataFlowsOperations 的扩展方法。

public static class DataFlowsOperationsExtensions
type DataFlowsOperationsExtensions = class
Public Module DataFlowsOperationsExtensions
继承
DataFlowsOperationsExtensions

方法

CreateOrUpdate(IDataFlowsOperations, String, String, String, DataFlowResource, String)

创建或更新数据流。

CreateOrUpdateAsync(IDataFlowsOperations, String, String, String, DataFlowResource, String, CancellationToken)

创建或更新数据流。

Delete(IDataFlowsOperations, String, String, String)

删除数据流。

DeleteAsync(IDataFlowsOperations, String, String, String, CancellationToken)

删除数据流。

Get(IDataFlowsOperations, String, String, String, String)

获取数据流。

GetAsync(IDataFlowsOperations, String, String, String, String, CancellationToken)

获取数据流。

ListByFactory(IDataFlowsOperations, String, String)

列出数据流。

ListByFactoryAsync(IDataFlowsOperations, String, String, CancellationToken)

列出数据流。

ListByFactoryNext(IDataFlowsOperations, String)

列出数据流。

ListByFactoryNextAsync(IDataFlowsOperations, String, CancellationToken)

列出数据流。

适用于