你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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