Share via


HealthEvaluation Class

Definition

Represents a health evaluation which shows why an entity was evaluated at the current health state. The evaluation describes the data and the algorithm used by health store to evaluate the health of an entity.

public abstract class HealthEvaluation
type HealthEvaluation = class
Public MustInherit Class HealthEvaluation
Inheritance
HealthEvaluation
Derived

Constructors

HealthEvaluation(HealthEvaluationKind)

Initializes a new instance of the HealthEvaluation class.

Properties

AggregatedHealthState

The aggregated health state of the evaluated entity.

Description

Gets the description of the health evaluation, which represents a summary of the evaluation process.

Kind

Gets the kind of the health evaluation.

Methods

ToString()

Returns a string representation of the health evaluation.

Applies to