DeployedApplicationsHealthEvaluation Class

Definition

Represents health evaluation for deployed applications, containing health evaluations for each unhealthy deployed application that impacted current aggregated health state. Can be returned when evaluating application health and the aggregated health state is either Error or Warning.

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

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

Gets the maximum allowed percentage of unhealthy deployed applications from the ApplicationHealthPolicy.

TotalCount

Gets the total number of deployed applications of the application in the health store.

UnhealthyEvaluations

Gets the list of unhealthy evaluations that led to the aggregated health state. Includes all the unhealthy DeployedApplicationHealthEvaluation that impacted the aggregated health.

Methods

ToString()

Returns a string representation of the health evaluation.

(Inherited from HealthEvaluation)

Applies to