Share via


ArmServiceTypeHealthPolicy.MaxPercentUnhealthyPartitionsPerService Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to