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

DataFlowDebugSessionOperationsExtensions.BeginCreateAsync 方法

定义

创建数据流调试会话。

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

参数

operations
IDataFlowDebugSessionOperations

此扩展方法的操作组。

resourceGroupName
String

资源组名称。

factoryName
String

工厂名称。

request
CreateDataFlowDebugSessionRequest

数据流调试会话定义

cancellationToken
CancellationToken

取消标记。

返回

适用于