次の方法で共有


WorkflowRun コンストラクター

定義

オーバーロード

WorkflowRun()

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

WorkflowRun(String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String, String, Object, String, Correlation, ResourceReference, WorkflowRunTrigger, IDictionary<String,WorkflowOutputParameter>, WorkflowRunTrigger, String, String)

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

WorkflowRun()

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

public WorkflowRun ();
Public Sub New ()

適用対象

WorkflowRun(String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String, String, Object, String, Correlation, ResourceReference, WorkflowRunTrigger, IDictionary<String,WorkflowOutputParameter>, WorkflowRunTrigger, String, String)

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

public WorkflowRun (string id = default, DateTime? waitEndTime = default, DateTime? startTime = default, DateTime? endTime = default, string status = default, string code = default, object error = default, string correlationId = default, Microsoft.Azure.Management.Logic.Models.Correlation correlation = default, Microsoft.Azure.Management.Logic.Models.ResourceReference workflow = default, Microsoft.Azure.Management.Logic.Models.WorkflowRunTrigger trigger = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Logic.Models.WorkflowOutputParameter> outputs = default, Microsoft.Azure.Management.Logic.Models.WorkflowRunTrigger response = default, string name = default, string type = default);
new Microsoft.Azure.Management.Logic.Models.WorkflowRun : string * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * string * string * obj * string * Microsoft.Azure.Management.Logic.Models.Correlation * Microsoft.Azure.Management.Logic.Models.ResourceReference * Microsoft.Azure.Management.Logic.Models.WorkflowRunTrigger * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Logic.Models.WorkflowOutputParameter> * Microsoft.Azure.Management.Logic.Models.WorkflowRunTrigger * string * string -> Microsoft.Azure.Management.Logic.Models.WorkflowRun
Public Sub New (Optional id As String = Nothing, Optional waitEndTime As Nullable(Of DateTime) = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional status As String = Nothing, Optional code As String = Nothing, Optional error As Object = Nothing, Optional correlationId As String = Nothing, Optional correlation As Correlation = Nothing, Optional workflow As ResourceReference = Nothing, Optional trigger As WorkflowRunTrigger = Nothing, Optional outputs As IDictionary(Of String, WorkflowOutputParameter) = Nothing, Optional response As WorkflowRunTrigger = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)

パラメーター

id
String

リソース ID。

waitEndTime
Nullable<DateTime>

待機時間を取得します。

startTime
Nullable<DateTime>

開始時刻を取得します。

endTime
Nullable<DateTime>

終了時刻を取得します。

status
String

状態を取得します。 使用可能な値には、'NotSpecified'、'Paused'、'Running'、'Waiting'、'Succeeded'、'Skipped'、'Suspended'、'Cancelled'、'Failed'、'Faulted'、'TimedOut'、'Aborted'、'Ignored' などがあります。

code
String

コードを取得します。

error
Object

エラーを取得します。

correlationId
String

関連付け ID を取得します。

correlation
Correlation

実行の関連付け。

workflow
ResourceReference

ワークフロー バージョンへの参照を取得します。

trigger
WorkflowRunTrigger

発生したトリガーを取得します。

outputs
IDictionary<String,WorkflowOutputParameter>

出力を取得します。

response
WorkflowRunTrigger

フロー実行の応答を取得します。

name
String

ワークフローの実行名を取得します。

type
String

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

適用対象