ApplicationTypeApplicationsHealthEvaluation Class

Definition

Represents health evaluation for applications of an application type.

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

Remarks

The application type applications evaluation can be returned when cluster health evaluation returns unhealthy aggregated health state, either Error or Warning. It contains health evaluations for each unhealthy application of the included application type that impacted current aggregated health state.

Properties

AggregatedHealthState

The aggregated health state of the evaluated entity.

(Inherited from HealthEvaluation)
ApplicationTypeName

Gets the application type 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)
MaxPercentUnhealthyApplications

Gets the maximum allowed percentage of unhealthy applications for the application type, specified as an entry in ApplicationTypeHealthPolicyMap.

TotalCount

Gets the total number of applications of the application type found 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