ClusterUpgradeHealthPolicy.MaxPercentDeltaUnhealthyNodes 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 the maximum allowed percentage of nodes health degradation allowed during cluster upgrades.
public byte MaxPercentDeltaUnhealthyNodes { get; set; }
member this.MaxPercentDeltaUnhealthyNodes : byte with get, set
Public Property MaxPercentDeltaUnhealthyNodes As Byte
Property Value
The maximum allowed percentage of delta health degradation. Allowed values are integer values from zero to 100.
Exceptions
The specified value was outside the range of integer values from zero to 100.
Remarks
The delta is measured between the state of the nodes at the beginning of upgrade and the state of the nodes at the time of the health evaluation. The check is performed after every upgrade domain upgrade completion to make sure the global state of the cluster is within tolerated limits. The default value is 10%.
Applies to
Azure SDK for .NET