Compartilhar via


IOperationResult Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.OperationResultTypeConverter))]
public interface IOperationResult : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IOperationResultProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.OperationResultTypeConverter))>]
type IOperationResult = interface
    interface IJsonSerializable
    interface IOperationResultProperties
Public Interface IOperationResult
Implements IOperationResultProperties
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.

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
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.

RetryHistory

Gets the retry histories.

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.

TrackingId

Gets the tracking id.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to