WorkflowTriggerHistoriesOperationsExtensions.GetAsync 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.
Obtient un historique de déclencheur de flux de travail.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Logic.Models.WorkflowTriggerHistory> GetAsync (this Microsoft.Azure.Management.Logic.IWorkflowTriggerHistoriesOperations operations, string resourceGroupName, string workflowName, string triggerName, string historyName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Logic.IWorkflowTriggerHistoriesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Logic.Models.WorkflowTriggerHistory>
<Extension()>
Public Function GetAsync (operations As IWorkflowTriggerHistoriesOperations, resourceGroupName As String, workflowName As String, triggerName As String, historyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkflowTriggerHistory)
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 entraîné une exécution.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET