ThrottlingPolicy.RateLimitThreshold Property

Definition

Gets or sets the Threshold limit above which the application group will be throttled.Rate limit is always per second.

[Newtonsoft.Json.JsonProperty(PropertyName="rateLimitThreshold")]
public long RateLimitThreshold { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="rateLimitThreshold")>]
member this.RateLimitThreshold : int64 with get, set
Public Property RateLimitThreshold As Long

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to