ApplicationsHealthEvaluation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents health evaluation for applications, containing health evaluations for each unhealthy application that impacted current aggregated health state.
public sealed class ApplicationsHealthEvaluation : System.Fabric.Health.HealthEvaluation
type ApplicationsHealthEvaluation = class
inherit HealthEvaluation
Public NotInheritable Class ApplicationsHealthEvaluation
Inherits HealthEvaluation
- Inheritance
Remarks
The applications evaluation can be returned during cluster health evaluation, when the aggregated health state of the cluster 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) |
MaxPercentUnhealthyApplications |
Gets the maximum allowed percentage of unhealthy applications from the ClusterHealthPolicy. |
TotalCount |
Gets the total number of applications 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) |