Share via


WorkflowRunActionRepetitionProperties Class

Definition

The workflow run action repetition properties definition.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowRunActionRepetitionPropertiesTypeConverter))]
public class WorkflowRunActionRepetitionProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowRunActionRepetitionProperties, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowRunActionRepetitionPropertiesTypeConverter))>]
type WorkflowRunActionRepetitionProperties = class
    interface IWorkflowRunActionRepetitionProperties
    interface IJsonSerializable
    interface IOperationResult
    interface IOperationResultProperties
    interface IValidates
Public Class WorkflowRunActionRepetitionProperties
Implements IValidates, IWorkflowRunActionRepetitionProperties
Inheritance
WorkflowRunActionRepetitionProperties
Attributes
Implements

Constructors

WorkflowRunActionRepetitionProperties()

Creates an new WorkflowRunActionRepetitionProperties instance.

Properties

Code

The workflow scope repetition code.

Correlation

The correlation properties.

CorrelationActionTrackingId

The action tracking identifier.

CorrelationClientKeyword

The client keywords.

CorrelationClientTrackingId

The client tracking identifier.

EndTime

The end time of the workflow scope repetition.

Error

Any object

Input

Gets the inputs.

InputLinkContentHash

The content hash.

InputLinkContentSize

The content size.

InputLinkContentVersion

The content version.

InputLinkMetadata

The metadata.

InputLinkUri

The content link URI.

InputsLink

Gets the link to inputs.

InputsLinkContentHashAlgorithm

The algorithm of the content hash.

InputsLinkContentHashValue

The value of the content hash.

IterationCount
Output

Gets the outputs.

OutputLinkContentHash

The content hash.

OutputLinkContentSize

The content size.

OutputLinkContentVersion

The content version.

OutputLinkMetadata

The metadata.

OutputLinkUri

The content link URI.

OutputsLink

Gets the link to outputs.

OutputsLinkContentHashAlgorithm

The algorithm of the content hash.

OutputsLinkContentHashValue

The value of the content hash.

RepetitionIndex

The repetition indexes.

RetryHistory

Gets the retry histories.

StartTime

The start time of the workflow scope repetition.

Status

The status of the workflow scope repetition.

TrackedProperty

Gets the tracked properties.

TrackingId

Gets the tracking id.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkflowRunActionRepetitionProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkflowRunActionRepetitionProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowRunActionRepetitionProperties.

FromJsonString(String)

Creates a new instance of WorkflowRunActionRepetitionProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkflowRunActionRepetitionProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to