WorkflowTriggerHistoriesOperationsExtensions.ResubmitAsync 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.
Resoumet une exécution de workflow en fonction de l’historique du déclencheur.
public static System.Threading.Tasks.Task ResubmitAsync (this Microsoft.Azure.Management.Logic.IWorkflowTriggerHistoriesOperations operations, string resourceGroupName, string workflowName, string triggerName, string historyName, System.Threading.CancellationToken cancellationToken = default);
static member ResubmitAsync : Microsoft.Azure.Management.Logic.IWorkflowTriggerHistoriesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function ResubmitAsync (operations As IWorkflowTriggerHistoriesOperations, resourceGroupName As String, workflowName As String, triggerName As String, historyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task
Paramètres
- operations
- IWorkflowTriggerHistoriesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- workflowName
- String
Le nom du workflow.
- triggerName
- String
Nom du déclencheur de flux de travail.
- historyName
- String
Nom de l’historique du déclencheur de flux de travail. Correspond au nom d’exécution des déclencheurs qui ont abouti à une exécution.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET