Share via


UpgradeDomainDeployedApplicationsHealthEvaluation Class

Definition

Represents health evaluation for deployed applications of an application in an upgrade domain, containing health evaluations for each unhealthy deployed application that impacted current aggregated health state.

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

Remarks

Can be returned when evaluating application health during cluster or application upgrade and the aggregated health state 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)
MaxPercentUnhealthyDeployedApplications

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

TotalCount

Gets the total number of deployed applications of the current application in the current upgrade domain.

UnhealthyEvaluations

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

UpgradeDomainName

Gets the name of the upgrade domain where the application health is currently evaluated.

Methods

ToString()

Returns a string representation of the health evaluation.

(Inherited from HealthEvaluation)

Applies to