WorkflowRunActionRepetitionDefinition 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
WorkflowRunActionRepetitionDefinition() |
Initializes a new instance of the WorkflowRunActionRepetitionDefinition class. |
WorkflowRunActionRepetitionDefinition(String, String, String, String, IDictionary<String,String>, Nullable<DateTime>, Nullable<DateTime>, RunActionCorrelation, String, String, Object, String, Object, ContentLink, Object, ContentLink, Object, IList<RetryHistory>, Nullable<Int32>, IList<RepetitionIndex>) |
Initializes a new instance of the WorkflowRunActionRepetitionDefinition class. |
WorkflowRunActionRepetitionDefinition()
Initializes a new instance of the WorkflowRunActionRepetitionDefinition class.
public WorkflowRunActionRepetitionDefinition ();
Public Sub New ()
Applies to
WorkflowRunActionRepetitionDefinition(String, String, String, String, IDictionary<String,String>, Nullable<DateTime>, Nullable<DateTime>, RunActionCorrelation, String, String, Object, String, Object, ContentLink, Object, ContentLink, Object, IList<RetryHistory>, Nullable<Int32>, IList<RepetitionIndex>)
Initializes a new instance of the WorkflowRunActionRepetitionDefinition class.
public WorkflowRunActionRepetitionDefinition (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, DateTime? startTime = default, DateTime? endTime = default, Microsoft.Azure.Management.Logic.Models.RunActionCorrelation correlation = default, string status = default, string code = default, object error = default, string trackingId = default, object inputs = default, Microsoft.Azure.Management.Logic.Models.ContentLink inputsLink = default, object outputs = default, Microsoft.Azure.Management.Logic.Models.ContentLink outputsLink = default, object trackedProperties = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Models.RetryHistory> retryHistory = default, int? iterationCount = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Models.RepetitionIndex> repetitionIndexes = default);
new Microsoft.Azure.Management.Logic.Models.WorkflowRunActionRepetitionDefinition : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.Logic.Models.RunActionCorrelation * string * string * obj * string * obj * Microsoft.Azure.Management.Logic.Models.ContentLink * obj * Microsoft.Azure.Management.Logic.Models.ContentLink * obj * System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Models.RetryHistory> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Models.RepetitionIndex> -> Microsoft.Azure.Management.Logic.Models.WorkflowRunActionRepetitionDefinition
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional correlation As RunActionCorrelation = Nothing, Optional status As String = Nothing, Optional code As String = Nothing, Optional error As Object = Nothing, Optional trackingId As String = Nothing, Optional inputs As Object = Nothing, Optional inputsLink As ContentLink = Nothing, Optional outputs As Object = Nothing, Optional outputsLink As ContentLink = Nothing, Optional trackedProperties As Object = Nothing, Optional retryHistory As IList(Of RetryHistory) = Nothing, Optional iterationCount As Nullable(Of Integer) = Nothing, Optional repetitionIndexes As IList(Of RepetitionIndex) = Nothing)
Parameters
- id
- String
The resource id.
- name
- String
Gets the resource name.
- type
- String
Gets the resource type.
- location
- String
The resource location.
- tags
- IDictionary<String,String>
The resource tags.
- correlation
- RunActionCorrelation
The correlation properties.
- status
- String
The status of the workflow scope repetition. Possible values include: 'NotSpecified', 'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed', 'Faulted', 'TimedOut', 'Aborted', 'Ignored'
- code
- String
The workflow scope repetition code.
- error
- Object
- trackingId
- String
Gets the tracking id.
- inputs
- Object
Gets the inputs.
- inputsLink
- ContentLink
Gets the link to inputs.
- outputs
- Object
Gets the outputs.
- outputsLink
- ContentLink
Gets the link to outputs.
- trackedProperties
- Object
Gets the tracked properties.
- retryHistory
- IList<RetryHistory>
Gets the retry histories.
- repetitionIndexes
- IList<RepetitionIndex>
The repetition indexes.
Applies to
Azure SDK for .NET