Condividi tramite


IWorkflowHealth Interface

Definition

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

Properties

Code

Basic error code.

Detail

Error Details.

ExtendedCode

Type of error.

InnerError

Inner errors.

Message

Any details of the error.

MessageTemplate

Message template.

Parameter

Parameters for the template.

State

Gets or sets the workflow health state.

Target

The error target.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to