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