Freigeben über


DataFactoryResource.ExecuteDataFlowDebugSessionCommandAsync Methode

Definition

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/executeDataFlowDebugCommand
  • Vorgangs-IdDataFlowDebugSession_ExecuteCommand
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))

Parameter

waitUntil
WaitUntil

Completed , wenn die Methode auf die Rückgabe warten soll, bis der zeitintensive Vorgang für den Dienst abgeschlossen ist; Started , wenn sie nach dem Starten des Vorgangs zurückgegeben werden soll. Weitere Informationen zu Vorgängen mit langer Ausführungszeit finden Sie unter Beispiele für Azure.Core-Long-Running-Vorgänge.

content
DataFlowDebugCommandContent

Definition des Datenflussdebuggingbefehls.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

content ist NULL.

Gilt für: