你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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”、“Updateing”、“Registering”、“Registered”、“Unregistering”、“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

获取工作流触发器类型。

适用于