ArmApplicationHealthPolicy.MaxPercentUnhealthyDeployedApplications 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 unhealthy deployed applications. Allowed values are Byte values from zero to 100. The percentage represents the maximum tolerated percentage of deployed applications that can be unhealthy before the application is considered in error. This is calculated by dividing the number of unhealthy deployed applications over the number of nodes where the application is currently deployed on in the cluster. The computation rounds up to tolerate one failure on small numbers of nodes. Default percentage is zero.
[Newtonsoft.Json.JsonProperty(PropertyName="maxPercentUnhealthyDeployedApplications")]
public int? MaxPercentUnhealthyDeployedApplications { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxPercentUnhealthyDeployedApplications")>]
member this.MaxPercentUnhealthyDeployedApplications : Nullable<int> with get, set
Public Property MaxPercentUnhealthyDeployedApplications As Nullable(Of Integer)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
Azure SDK for .NET