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

キャンセル トークン。

戻り値

適用対象