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

LogicAppClient.GetWorkflowRunActions Method

Definition

Overloads

GetWorkflowRunActions(String, String, String)
GetWorkflowRunActions(String, String, String, String)

Gets actions of the specified workflow run.

GetWorkflowRunActions(String, String, String)

public Microsoft.Azure.Management.Logic.Models.Page<Microsoft.Azure.Management.Logic.Models.WorkflowRunAction> GetWorkflowRunActions (string resourceGroupName, string workflowName, string runName);
member this.GetWorkflowRunActions : string * string * string -> Microsoft.Azure.Management.Logic.Models.Page<Microsoft.Azure.Management.Logic.Models.WorkflowRunAction>
Public Function GetWorkflowRunActions (resourceGroupName As String, workflowName As String, runName As String) As Page(Of WorkflowRunAction)

Parameters

resourceGroupName
String
workflowName
String
runName
String

Returns

Applies to

GetWorkflowRunActions(String, String, String, String)

Gets actions of the specified workflow run.

public Microsoft.Azure.Management.Logic.Models.Page<Microsoft.Azure.Management.Logic.Models.WorkflowRunAction> GetWorkflowRunActions (string resourceGroupName, string workflowName, string runName, string nextPageLink = "");
member this.GetWorkflowRunActions : string * string * string * string -> Microsoft.Azure.Management.Logic.Models.Page<Microsoft.Azure.Management.Logic.Models.WorkflowRunAction>
Public Function GetWorkflowRunActions (resourceGroupName As String, workflowName As String, runName As String, Optional nextPageLink As String = "") As Page(Of WorkflowRunAction)

Parameters

resourceGroupName
String

Name of the resource group

workflowName
String

Name of the workflow

runName
String

Name of the workflow run

nextPageLink
String

Returns

Actions of the specified workflow run

Applies to