DeltaNodesCheckHealthEvaluation 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 delta nodes, containing health evaluations for each unhealthy node that impacted current aggregated health state. Can be returned during cluster upgrade when the aggregated health state of the cluster is Error.
public sealed class DeltaNodesCheckHealthEvaluation : System.Fabric.Health.HealthEvaluation
type DeltaNodesCheckHealthEvaluation = class
inherit HealthEvaluation
Public NotInheritable Class DeltaNodesCheckHealthEvaluation
Inherits HealthEvaluation
- Inheritance
Properties
AggregatedHealthState |
The aggregated health state of the evaluated entity. (Inherited from HealthEvaluation) |
BaselineErrorCount |
Gets the number of nodes with aggregated heath state Error in the health store at the beginning of the cluster upgrade. |
BaselineTotalCount |
Gets the total number of nodes in the health store at the beginning of the cluster upgrade. |
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) |
MaxPercentDeltaUnhealthyNodes |
Gets the maximum allowed percentage of delta unhealthy nodes from the ClusterUpgradeHealthPolicy. |
TotalCount |
Gets the current total number of nodes in the health store. |
UnhealthyEvaluations |
Gets the list of unhealthy evaluations that led to the aggregated health state. Includes all the unhealthy NodeHealthEvaluation that impacted the aggregated health. |
Methods
ToString() |
Returns a string representation of the health evaluation. (Inherited from HealthEvaluation) |