Freigeben über


DataFlowDebugSessionOperationsExtensions.BeginExecuteCommandAsync Methode

Definition

Führen Sie einen Befehl zum Debuggen des Datenflusses aus.

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)

Parameter

operations
IDataFlowDebugSessionOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

factoryName
String

Der Factoryname.

request
DataFlowDebugCommandRequest

Definition des Datenflussdebuggingbefehls.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: