DataFactoryResource.ExecuteDataFlowDebugSessionCommandAsync Method

Definition

Execute a data flow debug command.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/executeDataFlowDebugCommand
  • Operation Id: DataFlowDebugSession_ExecuteCommand
  • Default Api Version: 2018-06-01
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DataFactory.Models.DataFactoryDataFlowDebugCommandResult>> ExecuteDataFlowDebugSessionCommandAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.DataFactory.Models.DataFlowDebugCommandContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ExecuteDataFlowDebugSessionCommandAsync : Azure.WaitUntil * Azure.ResourceManager.DataFactory.Models.DataFlowDebugCommandContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DataFactory.Models.DataFactoryDataFlowDebugCommandResult>>
override this.ExecuteDataFlowDebugSessionCommandAsync : Azure.WaitUntil * Azure.ResourceManager.DataFactory.Models.DataFlowDebugCommandContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DataFactory.Models.DataFactoryDataFlowDebugCommandResult>>
Public Overridable Function ExecuteDataFlowDebugSessionCommandAsync (waitUntil As WaitUntil, content As DataFlowDebugCommandContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of DataFactoryDataFlowDebugCommandResult))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

content
DataFlowDebugCommandContent

Data flow debug command definition.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to