Freigeben über


DataFlowDebugSessionOperationsExtensions.ExecuteCommandAsync Methode

Definition

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugCommandResponse> ExecuteCommandAsync (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 ExecuteCommandAsync : 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 ExecuteCommandAsync (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 Werksname.

request
DataFlowDebugCommandRequest

Definition des Datenflussdebuggingbefehls.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: