Udostępnij za pośrednictwem


WorkflowTriggerInner Constructors

Definition

Overloads

WorkflowTriggerInner()
WorkflowTriggerInner(String, Nullable<WorkflowTriggerProvisioningState>, Nullable<DateTime>, Nullable<DateTime>, Nullable<WorkflowState>, Nullable<WorkflowStatus>, Nullable<DateTime>, Nullable<DateTime>, WorkflowTriggerRecurrence, ResourceReference, String, String)

WorkflowTriggerInner()

public WorkflowTriggerInner ();
Public Sub New ()

Applies to

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)

Parameters

id
String
createdTime
Nullable<DateTime>
changedTime
Nullable<DateTime>
lastExecutionTime
Nullable<DateTime>
nextExecutionTime
Nullable<DateTime>
name
String
type
String

Applies to