次の方法で共有


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 クラスの新しいインスタンスを初期化します。

WorkflowRunActionRepetitionDefinition()

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

public WorkflowRunActionRepetitionDefinition ();
Public Sub New ()

適用対象

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

public WorkflowRunActionRepetitionDefinition (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, DateTime? startTime = default, DateTime? endTime = default, Microsoft.Azure.Management.Logic.Models.RunActionCorrelation correlation = default, string status = default, string code = default, object error = default, string trackingId = default, object inputs = default, Microsoft.Azure.Management.Logic.Models.ContentLink inputsLink = default, object outputs = default, Microsoft.Azure.Management.Logic.Models.ContentLink outputsLink = default, object trackedProperties = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Models.RetryHistory> retryHistory = default, int? iterationCount = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Models.RepetitionIndex> repetitionIndexes = default);
new Microsoft.Azure.Management.Logic.Models.WorkflowRunActionRepetitionDefinition : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.Logic.Models.RunActionCorrelation * string * string * obj * string * obj * Microsoft.Azure.Management.Logic.Models.ContentLink * obj * Microsoft.Azure.Management.Logic.Models.ContentLink * obj * System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Models.RetryHistory> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Models.RepetitionIndex> -> Microsoft.Azure.Management.Logic.Models.WorkflowRunActionRepetitionDefinition
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional correlation As RunActionCorrelation = Nothing, Optional status As String = Nothing, Optional code As String = Nothing, Optional error As Object = Nothing, Optional trackingId As String = Nothing, Optional inputs As Object = Nothing, Optional inputsLink As ContentLink = Nothing, Optional outputs As Object = Nothing, Optional outputsLink As ContentLink = Nothing, Optional trackedProperties As Object = Nothing, Optional retryHistory As IList(Of RetryHistory) = Nothing, Optional iterationCount As Nullable(Of Integer) = Nothing, Optional repetitionIndexes As IList(Of RepetitionIndex) = Nothing)

パラメーター

id
String

リソース ID。

name
String

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

type
String

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

location
String

リソースの場所。

tags
IDictionary<String,String>

リソース タグ。

startTime
Nullable<DateTime>

ワークフロー スコープの繰り返しの開始時刻。

endTime
Nullable<DateTime>

ワークフロー スコープの繰り返しの終了時刻。

correlation
RunActionCorrelation

関連付けのプロパティ。

status
String

ワークフロー スコープの繰り返しの状態。 使用可能な値には、'NotSpecified'、'Paused'、'Running'、'Waiting'、'Succeeded'、'Skipped'、'Suspended'、'Cancelled'、'Failed'、'Faulted'、'TimedOut'、'Aborted'、'Ignored' などがあります。

code
String

ワークフロー スコープの繰り返しコード。

error
Object
trackingId
String

追跡 ID を取得します。

inputs
Object

入力を取得します。

inputsLink
ContentLink

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

outputs
Object

出力を取得します。

outputsLink
ContentLink

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

trackedProperties
Object

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

retryHistory
IList<RetryHistory>

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

iterationCount
Nullable<Int32>
repetitionIndexes
IList<RepetitionIndex>

繰り返しインデックス。

適用対象