DataFlowDebugSessionOperationsExtensions.BeginExecuteCommandAsync Méthode

Définition

Exécutez une commande de débogage de flux de données.

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)

Paramètres

operations
IDataFlowDebugSessionOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

factoryName
String

Nom de la fabrique.

request
DataFlowDebugCommandRequest

Définition de commande de débogage de flux de données.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à