Share via


WorkflowRunActionRepetitionDefinition Constructors

Definition

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

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.

startTime
Nullable<DateTime>

The start time of the workflow scope repetition.

endTime
Nullable<DateTime>

The end time of the workflow scope repetition.

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.

iterationCount
Nullable<Int32>
repetitionIndexes
IList<RepetitionIndex>

The repetition indexes.

Applies to