Share via


MonitoredRollingFabricUpgradePolicyDescription.EnableDeltaHealthEvaluation Property

Definition

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.

Applies to