你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
WorkflowTriggerInner 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
WorkflowTriggerInner()
public WorkflowTriggerInner ();
Public Sub New ()
适用于
WorkflowTriggerInner(String, Nullable<WorkflowTriggerProvisioningState>, Nullable<DateTime>, Nullable<DateTime>, Nullable<WorkflowState>, Nullable<WorkflowStatus>, Nullable<DateTime>, Nullable<DateTime>, WorkflowTriggerRecurrence, ResourceReference, String, String)
public WorkflowTriggerInner (string id = default, Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowTriggerProvisioningState? provisioningState = default, DateTime? createdTime = default, DateTime? changedTime = default, Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowState? state = default, Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowStatus? status = default, DateTime? lastExecutionTime = default, DateTime? nextExecutionTime = default, Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowTriggerRecurrence recurrence = default, Microsoft.Azure.Management.Logic.Fluent.Models.ResourceReference workflow = default, string name = default, string type = default);
new Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowTriggerInner : string * Nullable<Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowTriggerProvisioningState> * Nullable<DateTime> * Nullable<DateTime> * Nullable<Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowState> * Nullable<Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowStatus> * Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowTriggerRecurrence * Microsoft.Azure.Management.Logic.Fluent.Models.ResourceReference * string * string -> Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowTriggerInner
Public Sub New (Optional id As String = Nothing, Optional provisioningState As Nullable(Of WorkflowTriggerProvisioningState) = Nothing, Optional createdTime As Nullable(Of DateTime) = Nothing, Optional changedTime As Nullable(Of DateTime) = Nothing, Optional state As Nullable(Of WorkflowState) = Nothing, Optional status As Nullable(Of WorkflowStatus) = 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
- provisioningState
- Nullable<WorkflowTriggerProvisioningState>
- state
- Nullable<WorkflowState>
- status
- Nullable<WorkflowStatus>
- recurrence
- WorkflowTriggerRecurrence
- workflow
- ResourceReference
- name
- String
- type
- String