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

LogicAppClient.GetWorkflowRun(String, String, String) Method

Definition

Gets the logic app run.

public Microsoft.Azure.Management.Logic.Models.WorkflowRun GetWorkflowRun (string resourceGroupName, string workflowName, string runName);
member this.GetWorkflowRun : string * string * string -> Microsoft.Azure.Management.Logic.Models.WorkflowRun
Public Function GetWorkflowRun (resourceGroupName As String, workflowName As String, runName As String) As WorkflowRun

Parameters

resourceGroupName
String

Name of the resource group

workflowName
String

Name of the workflow

runName
String

Name of the workflow run

Returns

Workflow run

Applies to