IWorkflowRunActionRepetitionDefinition Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowRunActionRepetitionDefinitionTypeConverter))]
public interface IWorkflowRunActionRepetitionDefinition : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowRunActionRepetitionDefinitionTypeConverter))>]
type IWorkflowRunActionRepetitionDefinition = interface
    interface IJsonSerializable
    interface IWorkflowResource
Public Interface IWorkflowRunActionRepetitionDefinition
Implements IWorkflowResource
Derived
Attributes
Implements

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.

(Inherited from IWorkflowResource)
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.

(Inherited from IWorkflowResource)
Name

Gets the resource name.

(Inherited from IWorkflowResource)
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.

(Inherited from IWorkflowResource)
TrackedProperty

Gets the tracked properties.

TrackingId

Gets the tracking id.

Type

Gets the resource type.

(Inherited from IWorkflowResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to