Share via


LogicAppWorkflowHealth Class

Definition

Represents the workflow health.

public class LogicAppWorkflowHealth : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.LogicAppWorkflowHealth>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.LogicAppWorkflowHealth>
type LogicAppWorkflowHealth = class
    interface IJsonModel<LogicAppWorkflowHealth>
    interface IPersistableModel<LogicAppWorkflowHealth>
Public Class LogicAppWorkflowHealth
Implements IJsonModel(Of LogicAppWorkflowHealth), IPersistableModel(Of LogicAppWorkflowHealth)
Inheritance
LogicAppWorkflowHealth
Implements

Constructors

LogicAppWorkflowHealth(LogicAppWorkflowHealthState)

Initializes a new instance of LogicAppWorkflowHealth.

Properties

Error

Gets or sets the workflow error.

State

Gets or sets the workflow health state.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<LogicAppWorkflowHealth>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<LogicAppWorkflowHealth>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LogicAppWorkflowHealth>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LogicAppWorkflowHealth>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<LogicAppWorkflowHealth>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to