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

WorkflowRunAction 类

定义

工作流运行操作。

[Microsoft.Rest.Serialization.JsonTransformation]
public class WorkflowRunAction : Microsoft.Azure.Management.Logic.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type WorkflowRunAction = class
    inherit SubResource
Public Class WorkflowRunAction
Inherits SubResource
继承
WorkflowRunAction
属性

构造函数

WorkflowRunAction()

初始化 WorkflowRunAction 类的新实例。

WorkflowRunAction(String, Nullable<DateTime>, Nullable<DateTime>, String, String, Object, String, Correlation, ContentLink, ContentLink, Object, IList<RetryHistory>, String, String)

初始化 WorkflowRunAction 类的新实例。

属性

Code

获取代码。

Correlation

获取或设置相关属性。

EndTime

获取结束时间。

Error

获取错误。

Id

获取资源 ID。

(继承自 SubResource)
InputsLink

获取指向输入的链接。

Name

获取工作流运行操作名称。

OutputsLink

获取指向输出的链接。

RetryHistory

获取重试历史记录。

StartTime

获取开始时间。

Status

获取状态。 可能的值包括:“NotSpecified”、“Paused”、“Running”、“Waiting”、“Succeeded”、“Skipped”、“Suspended”、“Cancelled”、“Failed”、“Faulted”、“TimedOut”、“Aborted”、“Ignored”

TrackedProperties

获取跟踪的属性。

TrackingId

获取跟踪 ID。

Type

获取工作流运行操作类型。

适用于