WorkflowTrigger Class
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.
The workflow trigger.
[Microsoft.Rest.Serialization.JsonTransformation]
public class WorkflowTrigger : Microsoft.Azure.Management.Logic.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type WorkflowTrigger = class
inherit SubResource
Public Class WorkflowTrigger
Inherits SubResource
- Inheritance
- Attributes
Constructors
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. |
Properties
ChangedTime |
Gets the changed time. |
CreatedTime |
Gets the created time. |
Id |
Gets the resource id. (Inherited from SubResource) |
LastExecutionTime |
Gets the last execution time. |
Name |
Gets the workflow trigger name. |
NextExecutionTime |
Gets the next execution time. |
ProvisioningState |
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' |
Recurrence |
Gets the workflow trigger recurrence. |
State |
Gets the state. Possible values include: 'NotSpecified', 'Completed', 'Enabled', 'Disabled', 'Deleted', 'Suspended' |
Status |
Gets the status. Possible values include: 'NotSpecified', 'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed', 'Faulted', 'TimedOut', 'Aborted', 'Ignored' |
Type |
Gets the workflow trigger type. |
Workflow |
Gets the reference to workflow. |
Applies to
Azure SDK for .NET