CustomRule.RateLimitDurationInMinutes 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 time window for resetting the rate limit count. Default is 1 minute.
[Newtonsoft.Json.JsonProperty(PropertyName="rateLimitDurationInMinutes")]
public int? RateLimitDurationInMinutes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="rateLimitDurationInMinutes")>]
member this.RateLimitDurationInMinutes : Nullable<int> with get, set
Public Property RateLimitDurationInMinutes As Nullable(Of Integer)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute