次の方法で共有


WorkflowRunActionRepetitionDefinition クラス

定義

ワークフロー実行アクションの繰り返し定義。

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

コンストラクター

WorkflowRunActionRepetitionDefinition()

WorkflowRunActionRepetitionDefinition クラスの新しいインスタンスを初期化します。

WorkflowRunActionRepetitionDefinition(String, String, String, String, IDictionary<String,String>, Nullable<DateTime>, Nullable<DateTime>, RunActionCorrelation, String, String, Object, String, Object, ContentLink, Object, ContentLink, Object, IList<RetryHistory>, Nullable<Int32>, IList<RepetitionIndex>)

WorkflowRunActionRepetitionDefinition クラスの新しいインスタンスを初期化します。

プロパティ

Code

ワークフロー スコープの繰り返しコードを取得または設定します。

Correlation

関連付けプロパティを取得または設定します。

EndTime

ワークフロー スコープの繰り返しの終了時刻を取得または設定します。

Error

ワークフロー実行アクションの繰り返し定義。

Id

リソース ID を取得します。

(継承元 Resource)
Inputs

入力を取得します。

InputsLink

入力へのリンクを取得します。

IterationCount

ワークフロー実行アクションの繰り返し定義。

Location

リソースの場所を取得または設定します。

(継承元 Resource)
Name

リソース名を取得します。

(継承元 Resource)
Outputs

出力を取得します。

OutputsLink

出力へのリンクを取得します。

RepetitionIndexes

繰り返しインデックスを取得または設定します。

RetryHistory

再試行履歴を取得します。

StartTime

ワークフロー スコープの繰り返しの開始時刻を取得または設定します。

Status

ワークフロー スコープの繰り返しの状態を取得または設定します。 指定できる値は、'NotSpecified'、'Paused'、'Running'、'Waiting'、'Succeeded'、'Skipped'、'Suspended'、'Cancelled'、'Failed'、'Faulted'、'TimedOut'、'Aborted'、'Ignored' です。

Tags

リソース タグを取得または設定します。

(継承元 Resource)
TrackedProperties

追跡対象のプロパティを取得します。

TrackingId

追跡 ID を取得します。

Type

リソースの種類を取得します。

(継承元 Resource)

適用対象