共用方式為


ClusterUpgradeDeltaHealthPolicy.MaxPercentUpgradeDomainDeltaUnhealthyNodes Property

Definition

Gets or sets the maximum allowed percentage of upgrade domain nodes health degradation allowed during cluster upgrades. The delta is measured between the state of the upgrade domain nodes at the beginning of upgrade and the state of the upgrade domain nodes at the time of the health evaluation. The check is performed after every upgrade domain upgrade completion for all completed upgrade domains to make sure the state of the upgrade domains is within tolerated limits.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to