次の方法で共有


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

ワークフロー実行アクションの種類を取得します。

適用対象