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

DataFlowDebugSessionOperationsExtensions.AddDataFlowAsync 方法

定义

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.AddDataFlowToDebugSessionResponse> AddDataFlowAsync (this Microsoft.Azure.Management.DataFactory.IDataFlowDebugSessionOperations operations, string resourceGroupName, string factoryName, Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugPackage request, System.Threading.CancellationToken cancellationToken = default);
static member AddDataFlowAsync : Microsoft.Azure.Management.DataFactory.IDataFlowDebugSessionOperations * string * string * Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugPackage * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.AddDataFlowToDebugSessionResponse>
<Extension()>
Public Function AddDataFlowAsync (operations As IDataFlowDebugSessionOperations, resourceGroupName As String, factoryName As String, request As DataFlowDebugPackage, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AddDataFlowToDebugSessionResponse)

参数

operations
IDataFlowDebugSessionOperations

此扩展方法的操作组。

resourceGroupName
String

资源组名称。

factoryName
String

工厂名称。

request
DataFlowDebugPackage

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

cancellationToken
CancellationToken

取消标记。

返回

适用于