WorkflowTrigger Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WorkflowTrigger() |
Initializes a new instance of the WorkflowTrigger class. |
WorkflowTrigger(String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, Nullable<DateTime>, Nullable<DateTime>, WorkflowTriggerRecurrence, ResourceReference, String, String) |
Initializes a new instance of the WorkflowTrigger class. |
WorkflowTrigger()
Initializes a new instance of the WorkflowTrigger class.
public WorkflowTrigger ();
Public Sub New ()
Applies to
WorkflowTrigger(String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, Nullable<DateTime>, Nullable<DateTime>, WorkflowTriggerRecurrence, ResourceReference, String, String)
Initializes a new instance of the WorkflowTrigger class.
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)
Parameters
- id
- String
The resource id.
- provisioningState
- String
Gets the provisioning state. Possible values include: 'NotSpecified', 'Accepted', 'Running', 'Ready', 'Creating', 'Created', 'Deleting', 'Deleted', 'Canceled', 'Failed', 'Succeeded', 'Moving', 'Updating', 'Registering', 'Registered', 'Unregistering', 'Unregistered', 'Completed'
- state
- String
Gets the state. Possible values include: 'NotSpecified', 'Completed', 'Enabled', 'Disabled', 'Deleted', 'Suspended'
- status
- String
Gets the status. Possible values include: 'NotSpecified', 'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed', 'Faulted', 'TimedOut', 'Aborted', 'Ignored'
- recurrence
- WorkflowTriggerRecurrence
Gets the workflow trigger recurrence.
- workflow
- ResourceReference
Gets the reference to workflow.
- name
- String
Gets the workflow trigger name.
- type
- String
Gets the workflow trigger type.
Applies to
Azure SDK for .NET