Condividi tramite


WorkflowHealth Class

Definition

Represents the workflow health.

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

Constructors

WorkflowHealth()

Creates an new WorkflowHealth instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkflowHealth.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkflowHealth.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowHealth.

FromJsonString(String)

Creates a new instance of WorkflowHealth, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkflowHealth into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to