次の方法で共有


WorkflowTrigger コンストラクター

定義

オーバーロード

WorkflowTrigger()

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

WorkflowTrigger(String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, Nullable<DateTime>, Nullable<DateTime>, WorkflowTriggerRecurrence, ResourceReference, String, String)

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

WorkflowTrigger()

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

public WorkflowTrigger ();
Public Sub New ()

適用対象

WorkflowTrigger(String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, Nullable<DateTime>, Nullable<DateTime>, WorkflowTriggerRecurrence, ResourceReference, String, String)

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

public WorkflowTrigger (string id = default, string provisioningState = default, DateTime? createdTime = default, DateTime? changedTime = default, string state = default, string status = default, DateTime? lastExecutionTime = default, DateTime? nextExecutionTime = default, Microsoft.Azure.Management.Logic.Models.WorkflowTriggerRecurrence recurrence = default, Microsoft.Azure.Management.Logic.Models.ResourceReference workflow = default, string name = default, string type = default);
new Microsoft.Azure.Management.Logic.Models.WorkflowTrigger : string * string * Nullable<DateTime> * Nullable<DateTime> * string * string * Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.Logic.Models.WorkflowTriggerRecurrence * Microsoft.Azure.Management.Logic.Models.ResourceReference * string * string -> Microsoft.Azure.Management.Logic.Models.WorkflowTrigger
Public Sub New (Optional id As String = Nothing, Optional provisioningState As String = Nothing, Optional createdTime As Nullable(Of DateTime) = Nothing, Optional changedTime As Nullable(Of DateTime) = Nothing, Optional state As String = Nothing, Optional status As String = Nothing, Optional lastExecutionTime As Nullable(Of DateTime) = Nothing, Optional nextExecutionTime As Nullable(Of DateTime) = Nothing, Optional recurrence As WorkflowTriggerRecurrence = Nothing, Optional workflow As ResourceReference = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)

パラメーター

id
String

リソース ID。

provisioningState
String

プロビジョニング状態を取得します。 使用できる値は、'NotSpecified'、'Accepted'、'Running'、'Ready'、'Creating'、'Created'、'Deleted'、'Canceled'、'Failed'、'Succeeded'、'Moving'、'Updating'、'Registering'、'Registered'、'Unregistering'、'Unregistered'、'Completed' です。

createdTime
Nullable<DateTime>

作成された時刻を取得します。

changedTime
Nullable<DateTime>

変更された時刻を取得します。

state
String

状態を取得します。 指定できる値は、'NotSpecified'、'Completed'、'Enabled'、'Disabled'、'Deleted'、'Suspended' です。

status
String

状態を取得します。 指定できる値は、'NotSpecified'、'Paused'、'Running'、'Waiting'、'Succeeded'、'Skipped'、'Suspended'、'Cancelled'、'Failed'、'Faulted'、'TimedOut'、'Aborted'、'Ignored' です。

lastExecutionTime
Nullable<DateTime>

最後の実行時刻を取得します。

nextExecutionTime
Nullable<DateTime>

次の実行時間を取得します。

recurrence
WorkflowTriggerRecurrence

ワークフロー トリガーの繰り返しを取得します。

workflow
ResourceReference

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

name
String

ワークフロー トリガー名を取得します。

type
String

ワークフロー トリガーの種類を取得します。

適用対象