Dela via


LogicAppClient.GetWorkflowTriggerHistory Method

Definition

Gets the workflow history by name

public Microsoft.Azure.Management.Logic.Models.WorkflowTriggerHistory GetWorkflowTriggerHistory (string resourceGroupName, string workflowName, string triggerName, string historyName);
member this.GetWorkflowTriggerHistory : string * string * string * string -> Microsoft.Azure.Management.Logic.Models.WorkflowTriggerHistory
Public Function GetWorkflowTriggerHistory (resourceGroupName As String, workflowName As String, triggerName As String, historyName As String) As WorkflowTriggerHistory

Parameters

resourceGroupName
String

Name of the resource group

workflowName
String

Name of the workflow

triggerName
String

Name of the trigger

historyName
String

Name of the trigger history

Returns

Workflow history

Applies to