DeployedServicePackagesHealthEvaluation Class

Definition

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

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

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

Gets the total number of deployed service packages of the deployed application in the health store.

UnhealthyEvaluations

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

Methods

ToString()

Returns a string representation of the health evaluation.

(Inherited from HealthEvaluation)

Applies to