Share via


ClusterUpgradeDeltaHealthPolicy.MaxPercentDeltaUnhealthyApplications Property

Definition

Gets or sets the maximum allowed percentage of applications health degradation allowed during cluster upgrades. The delta is measured between the state of the applications at the beginning of upgrade and the state of the applications 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. System services are not included in this.

[Newtonsoft.Json.JsonProperty(PropertyName="maxPercentDeltaUnhealthyApplications")]
public int MaxPercentDeltaUnhealthyApplications { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxPercentDeltaUnhealthyApplications")>]
member this.MaxPercentDeltaUnhealthyApplications : int with get, set
Public Property MaxPercentDeltaUnhealthyApplications As Integer

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to