DataFlowDebugSessionOperationsExtensions.BeginExecuteCommandAsync Method

Definition

Execute a data flow debug command.

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

Parameters

operations
IDataFlowDebugSessionOperations

The operations group for this extension method.

resourceGroupName
String

The resource group name.

factoryName
String

The factory name.

request
DataFlowDebugCommandRequest

Data flow debug command definition.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to