ClusterUpgradeHealthPolicy 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.
Defines a health policy used to evaluate the health of the cluster specific to cluster upgrade.
public class ClusterUpgradeHealthPolicy
type ClusterUpgradeHealthPolicy = class
Public Class ClusterUpgradeHealthPolicy
- Inheritance
-
ClusterUpgradeHealthPolicy
Remarks
It’s used together with ClusterHealthPolicy to evaluate cluster health and determine whether the monitored cluster upgrade is successful or needs to be rolled back.
Constructors
ClusterUpgradeHealthPolicy() |
Initializes a new instance of the ClusterUpgradeHealthPolicy class. |
Properties
MaxPercentDeltaUnhealthyNodes |
Gets or sets the maximum allowed percentage of nodes health degradation allowed during cluster upgrades. |
MaxPercentUpgradeDomainDeltaUnhealthyNodes |
Gets or sets the maximum allowed percentage of upgrade domain nodes health degradation allowed during cluster upgrades. |