WorkflowTriggerHistoryInner 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
WorkflowTriggerHistoryInner()
public WorkflowTriggerHistoryInner ();
Public Sub New ()
Applies to
WorkflowTriggerHistoryInner(String, Nullable<DateTime>, Nullable<DateTime>, Nullable<WorkflowStatus>, String, Object, String, Correlation, ContentLink, ContentLink, Nullable<Boolean>, ResourceReference, String, String)
public WorkflowTriggerHistoryInner (string id = default, DateTime? startTime = default, DateTime? endTime = default, Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowStatus? status = default, string code = default, object error = default, string trackingId = default, Microsoft.Azure.Management.Logic.Fluent.Models.Correlation correlation = default, Microsoft.Azure.Management.Logic.Fluent.Models.ContentLink inputsLink = default, Microsoft.Azure.Management.Logic.Fluent.Models.ContentLink outputsLink = default, bool? fired = default, Microsoft.Azure.Management.Logic.Fluent.Models.ResourceReference run = default, string name = default, string type = default);
new Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowTriggerHistoryInner : string * Nullable<DateTime> * Nullable<DateTime> * Nullable<Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowStatus> * string * obj * string * Microsoft.Azure.Management.Logic.Fluent.Models.Correlation * Microsoft.Azure.Management.Logic.Fluent.Models.ContentLink * Microsoft.Azure.Management.Logic.Fluent.Models.ContentLink * Nullable<bool> * Microsoft.Azure.Management.Logic.Fluent.Models.ResourceReference * string * string -> Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowTriggerHistoryInner
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 Nullable(Of WorkflowStatus) = 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
- status
- Nullable<WorkflowStatus>
- code
- String
- error
- Object
- trackingId
- String
- correlation
- Correlation
- inputsLink
- ContentLink
- outputsLink
- ContentLink
- name
- String
- type
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET