WorkflowRunAction 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
WorkflowRunAction() |
Initializes a new instance of the WorkflowRunAction class. |
WorkflowRunAction(String, Nullable<DateTime>, Nullable<DateTime>, String, String, Object, String, Correlation, ContentLink, ContentLink, Object, IList<RetryHistory>, String, String) |
Initializes a new instance of the WorkflowRunAction class. |
WorkflowRunAction()
Initializes a new instance of the WorkflowRunAction class.
public WorkflowRunAction ();
Public Sub New ()
Applies to
WorkflowRunAction(String, Nullable<DateTime>, Nullable<DateTime>, String, String, Object, String, Correlation, ContentLink, ContentLink, Object, IList<RetryHistory>, String, String)
Initializes a new instance of the WorkflowRunAction class.
public WorkflowRunAction (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, object trackedProperties = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Models.RetryHistory> retryHistory = default, string name = default, string type = default);
new Microsoft.Azure.Management.Logic.Models.WorkflowRunAction : 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 * obj * System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Models.RetryHistory> * string * string -> Microsoft.Azure.Management.Logic.Models.WorkflowRunAction
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 trackedProperties As Object = Nothing, Optional retryHistory As IList(Of RetryHistory) = 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 correlation properties.
- inputsLink
- ContentLink
Gets the link to inputs.
- outputsLink
- ContentLink
Gets the link to outputs.
- trackedProperties
- Object
Gets the tracked properties.
- retryHistory
- IList<RetryHistory>
Gets the retry histories.
- name
- String
Gets the workflow run action name.
- type
- String
Gets the workflow run action type.
Applies to
Azure SDK for .NET