WorkflowTriggerHistory 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
WorkflowTriggerHistory() |
Initializes a new instance of the WorkflowTriggerHistory class. |
WorkflowTriggerHistory(String, Nullable<DateTime>, Nullable<DateTime>, String, String, Object, String, Correlation, ContentLink, ContentLink, Nullable<Boolean>, ResourceReference, String, String) |
Initializes a new instance of the WorkflowTriggerHistory class. |
WorkflowTriggerHistory()
Initializes a new instance of the WorkflowTriggerHistory class.
public WorkflowTriggerHistory ();
Public Sub New ()
Applies to
WorkflowTriggerHistory(String, Nullable<DateTime>, Nullable<DateTime>, String, String, Object, String, Correlation, ContentLink, ContentLink, Nullable<Boolean>, ResourceReference, String, String)
Initializes a new instance of the WorkflowTriggerHistory class.
public WorkflowTriggerHistory (string id = default, DateTime? startTime = default, DateTime? endTime = default, string status = default, string code = default, object error = default, string trackingId = default, Microsoft.Azure.Management.Logic.Models.Correlation correlation = default, Microsoft.Azure.Management.Logic.Models.ContentLink inputsLink = default, Microsoft.Azure.Management.Logic.Models.ContentLink outputsLink = default, bool? fired = default, Microsoft.Azure.Management.Logic.Models.ResourceReference run = default, string name = default, string type = default);
new Microsoft.Azure.Management.Logic.Models.WorkflowTriggerHistory : string * Nullable<DateTime> * Nullable<DateTime> * string * string * obj * string * Microsoft.Azure.Management.Logic.Models.Correlation * Microsoft.Azure.Management.Logic.Models.ContentLink * Microsoft.Azure.Management.Logic.Models.ContentLink * Nullable<bool> * Microsoft.Azure.Management.Logic.Models.ResourceReference * string * string -> Microsoft.Azure.Management.Logic.Models.WorkflowTriggerHistory
Public Sub New (Optional id As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional status As String = Nothing, Optional code As String = Nothing, Optional error As Object = Nothing, Optional trackingId As String = Nothing, Optional correlation As Correlation = Nothing, Optional inputsLink As ContentLink = Nothing, Optional outputsLink As ContentLink = Nothing, Optional fired As Nullable(Of Boolean) = Nothing, Optional run As ResourceReference = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)
Parameters
- id
- String
The resource id.
- status
- String
Gets the status. Possible values include: 'NotSpecified', 'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed', 'Faulted', 'TimedOut', 'Aborted', 'Ignored'
- code
- String
Gets the code.
- error
- Object
Gets the error.
- trackingId
- String
Gets the tracking id.
- correlation
- Correlation
The run correlation.
- inputsLink
- ContentLink
Gets the link to input parameters.
- outputsLink
- ContentLink
Gets the link to output parameters.
Gets the reference to workflow run.
- name
- String
Gets the workflow trigger history name.
- type
- String
Gets the workflow trigger history type.
Applies to
Azure SDK for .NET