Compartilhar via


WorkflowRunActionRepetitionDefinition Class

Definition

The workflow run action repetition definition.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowRunActionRepetitionDefinitionTypeConverter))]
public class WorkflowRunActionRepetitionDefinition : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowRunActionRepetitionDefinition, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowRunActionRepetitionDefinitionTypeConverter))>]
type WorkflowRunActionRepetitionDefinition = class
    interface IWorkflowRunActionRepetitionDefinition
    interface IJsonSerializable
    interface IWorkflowResource
    interface IValidates
Public Class WorkflowRunActionRepetitionDefinition
Implements IValidates, IWorkflowRunActionRepetitionDefinition
Inheritance
WorkflowRunActionRepetitionDefinition
Attributes
Implements

Constructors

WorkflowRunActionRepetitionDefinition()

Creates an new WorkflowRunActionRepetitionDefinition instance.

Properties

Code

The workflow scope repetition code.

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

Id

The resource id.

Input

Gets the inputs.

InputLinkContentSize

The content size.

InputLinkContentVersion

The content version.

InputLinkMetadata

The metadata.

InputLinkUri

The content link URI.

InputsLinkContentHashAlgorithm

The algorithm of the content hash.

InputsLinkContentHashValue

The value of the content hash.

IterationCount
Location

The resource location.

Name

Gets the resource name.

Output

Gets the outputs.

OutputLinkContentSize

The content size.

OutputLinkContentVersion

The content version.

OutputLinkMetadata

The metadata.

OutputLinkUri

The content link URI.

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.

Tag

The resource tags.

TrackedProperty

Gets the tracked properties.

TrackingId

Gets the tracking id.

Type

Gets the resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkflowRunActionRepetitionDefinition.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkflowRunActionRepetitionDefinition.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkflowRunActionRepetitionDefinition into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to