Compartilhar via


IWorkflowRunActionRepetitionProperties Interface

Definition

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

Properties

Code

The workflow scope repetition code.

(Inherited from IOperationResultProperties)
CorrelationActionTrackingId

The action tracking identifier.

(Inherited from IOperationResultProperties)
CorrelationClientKeyword

The client keywords.

(Inherited from IOperationResultProperties)
CorrelationClientTrackingId

The client tracking identifier.

(Inherited from IOperationResultProperties)
EndTime

The end time of the workflow scope repetition.

(Inherited from IOperationResultProperties)
Error

Any object

(Inherited from IOperationResultProperties)
Input

Gets the inputs.

(Inherited from IOperationResult)
InputLinkContentSize

The content size.

(Inherited from IOperationResult)
InputLinkContentVersion

The content version.

(Inherited from IOperationResult)
InputLinkMetadata

The metadata.

(Inherited from IOperationResult)
InputLinkUri

The content link URI.

(Inherited from IOperationResult)
InputsLinkContentHashAlgorithm

The algorithm of the content hash.

(Inherited from IOperationResult)
InputsLinkContentHashValue

The value of the content hash.

(Inherited from IOperationResult)
IterationCount (Inherited from IOperationResult)
Output

Gets the outputs.

(Inherited from IOperationResult)
OutputLinkContentSize

The content size.

(Inherited from IOperationResult)
OutputLinkContentVersion

The content version.

(Inherited from IOperationResult)
OutputLinkMetadata

The metadata.

(Inherited from IOperationResult)
OutputLinkUri

The content link URI.

(Inherited from IOperationResult)
OutputsLinkContentHashAlgorithm

The algorithm of the content hash.

(Inherited from IOperationResult)
OutputsLinkContentHashValue

The value of the content hash.

(Inherited from IOperationResult)
RepetitionIndex

The repetition indexes.

RetryHistory

Gets the retry histories.

(Inherited from IOperationResult)
StartTime

The start time of the workflow scope repetition.

(Inherited from IOperationResultProperties)
Status

The status of the workflow scope repetition.

(Inherited from IOperationResultProperties)
TrackedProperty

Gets the tracked properties.

(Inherited from IOperationResult)
TrackingId

Gets the tracking id.

(Inherited from IOperationResult)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to