Share via


ArmServiceTypeHealthPolicy.MaxPercentUnhealthyReplicasPerPartition Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to