ServiceTypeDeltaHealthPolicy.MaxPercentDeltaUnhealthyServices 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 services health degradation allowed during cluster upgrades. The delta is measured between the state of the services at the beginning of upgrade and the state of the services 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.
[Newtonsoft.Json.JsonProperty(PropertyName="maxPercentDeltaUnhealthyServices")]
public int? MaxPercentDeltaUnhealthyServices { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxPercentDeltaUnhealthyServices")>]
member this.MaxPercentDeltaUnhealthyServices : Nullable<int> with get, set
Public Property MaxPercentDeltaUnhealthyServices As Nullable(Of Integer)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
Azure SDK for .NET