Compartilhar via


IOperationResultProperties Interface

Definition

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

StartTime

The start time of the workflow scope repetition.

Status

The status of the workflow scope repetition.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to