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

DataFlowDebugSessionOperationsExtensions.AddDataFlow 方法

定义

将数据流添加到调试会话中。

public static Microsoft.Azure.Management.DataFactory.Models.AddDataFlowToDebugSessionResponse AddDataFlow (this Microsoft.Azure.Management.DataFactory.IDataFlowDebugSessionOperations operations, string resourceGroupName, string factoryName, Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugPackage request);
static member AddDataFlow : Microsoft.Azure.Management.DataFactory.IDataFlowDebugSessionOperations * string * string * Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugPackage -> Microsoft.Azure.Management.DataFactory.Models.AddDataFlowToDebugSessionResponse
<Extension()>
Public Function AddDataFlow (operations As IDataFlowDebugSessionOperations, resourceGroupName As String, factoryName As String, request As DataFlowDebugPackage) As AddDataFlowToDebugSessionResponse

参数

operations
IDataFlowDebugSessionOperations

此扩展方法的操作组。

resourceGroupName
String

资源组名称。

factoryName
String

工厂名称。

request
DataFlowDebugPackage

包含调试内容的数据流调试会话定义。

返回

适用于