Share via


ApplicationHealthEvaluation Class

Definition

Represents health evaluation for an application, containing information about the data and the algorithm used by health store to evaluate health.

public sealed class ApplicationHealthEvaluation : System.Fabric.Health.HealthEvaluation
type ApplicationHealthEvaluation = class
    inherit HealthEvaluation
Public NotInheritable Class ApplicationHealthEvaluation
Inherits HealthEvaluation
Inheritance
ApplicationHealthEvaluation

Remarks

The evaluation is returned only when the aggregated health state is either Error or Warning.

Properties

AggregatedHealthState

The aggregated health state of the evaluated entity.

(Inherited from HealthEvaluation)
ApplicationName

Gets the application name.

Description

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

(Inherited from HealthEvaluation)
Kind

Gets the kind of the health evaluation.

(Inherited from HealthEvaluation)
UnhealthyEvaluations

Gets the unhealthy evaluations that led to the current aggregated health state of the application.

Methods

ToString()

Returns a string representation of the health evaluation.

(Inherited from HealthEvaluation)

Applies to