WorkflowRunActionRepetitionDefinition Class

Definition

The workflow run action repetition definition.

[Microsoft.Rest.Serialization.JsonTransformation]
public class WorkflowRunActionRepetitionDefinition : Microsoft.Azure.Management.Logic.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type WorkflowRunActionRepetitionDefinition = class
    inherit Resource
Public Class WorkflowRunActionRepetitionDefinition
Inherits Resource
Inheritance
WorkflowRunActionRepetitionDefinition
Attributes

Constructors

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.

Properties

Code

Gets or sets the workflow scope repetition code.

Correlation

Gets or sets the correlation properties.

EndTime

Gets or sets the end time of the workflow scope repetition.

Error
Id

Gets the resource id.

(Inherited from Resource)
Inputs

Gets the inputs.

InputsLink

Gets the link to inputs.

IterationCount
Location

Gets or sets the resource location.

(Inherited from Resource)
Name

Gets the resource name.

(Inherited from Resource)
Outputs

Gets the outputs.

OutputsLink

Gets the link to outputs.

RepetitionIndexes

Gets or sets the repetition indexes.

RetryHistory

Gets the retry histories.

StartTime

Gets or sets the start time of the workflow scope repetition.

Status

Gets or sets the status of the workflow scope repetition. Possible values include: 'NotSpecified', 'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed', 'Faulted', 'TimedOut', 'Aborted', 'Ignored'

Tags

Gets or sets the resource tags.

(Inherited from Resource)
TrackedProperties

Gets the tracked properties.

TrackingId

Gets the tracking id.

Type

Gets the resource type.

(Inherited from Resource)

Applies to