Share via


ArmServiceTypeHealthPolicy.MaxPercentUnhealthyServices Property

Definition

Gets or sets the maximum percentage of services allowed to be unhealthy before your application is considered in error.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to