MonitoredRollingFabricUpgradePolicyDescription.EnableDeltaHealthEvaluation Property
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.
Gets or sets a flag indicating whether delta evaluation is enabled.
public bool EnableDeltaHealthEvaluation { get; set; }
member this.EnableDeltaHealthEvaluation : bool with get, set
Public Property EnableDeltaHealthEvaluation As Boolean
Property Value
true
when delta health evaluation is enabled; false
otherwise.
Remarks
When delta evaluation is enabled, the cluster health evaluation ensures that the degradation of health respects tolerated limits, both globally, across all nodes, and per each upgrade domain that is evaluated. The tolerated thresholds are specified in ClusterUpgradeHealthPolicy.
Delta evaluation is disabled by default.