Freigeben über


DataFlowDebugSessionOperationsExtensions.BeginExecuteCommand Methode

Definition

Führen Sie einen Debugbefehl für den Datenfluss aus.

public static Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugCommandResponse BeginExecuteCommand (this Microsoft.Azure.Management.DataFactory.IDataFlowDebugSessionOperations operations, string resourceGroupName, string factoryName, Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugCommandRequest request);
static member BeginExecuteCommand : Microsoft.Azure.Management.DataFactory.IDataFlowDebugSessionOperations * string * string * Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugCommandRequest -> Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugCommandResponse
<Extension()>
Public Function BeginExecuteCommand (operations As IDataFlowDebugSessionOperations, resourceGroupName As String, factoryName As String, request As DataFlowDebugCommandRequest) As DataFlowDebugCommandResponse

Parameter

operations
IDataFlowDebugSessionOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

factoryName
String

Der Werksname.

request
DataFlowDebugCommandRequest

Definition des Datenflussdebuggingbefehls.

Gibt zurück

Gilt für: