Partager via


DataFlowDebugSessionOperationsExtensions.BeginExecuteCommand Méthode

Définition

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

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

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.

Retours

S’applique à