DataFlowDebugSessionOperationsExtensions.BeginExecuteCommandAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET