ApplicationsHealthEvaluation Class

Definition

Represents health evaluation for applications, containing health evaluations for each unhealthy application that impacted current aggregated health state.

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

Remarks

The applications evaluation can be returned during cluster health evaluation, when the aggregated health state of the cluster is either Error or Warning.

Properties

AggregatedHealthState

The aggregated health state of the evaluated entity.

(Inherited from HealthEvaluation)
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)
MaxPercentUnhealthyApplications

Gets the maximum allowed percentage of unhealthy applications from the ClusterHealthPolicy.

TotalCount

Gets the total number of applications in the health store.

UnhealthyEvaluations

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

Methods

ToString()

Returns a string representation of the health evaluation.

(Inherited from HealthEvaluation)

Applies to