Share via


DeployedApplicationHealthEvaluation Class

Definition

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

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

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)
NodeName

Gets the name of the node where the deployed application is running.

UnhealthyEvaluations

Gets the unhealthy evaluations that led to the current aggregated health state of the deployed application. The types of the unhealthy evaluations can be DeployedServicePackagesHealthEvaluation or EventHealthEvaluation.

Methods

ToString()

Returns a string representation of the health evaluation.

(Inherited from HealthEvaluation)

Applies to