IRateLimitRule.RateLimitThreshold 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.
Defines rate limit threshold.
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="Defines rate limit threshold.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=true, SerializedName="rateLimitThreshold", Update=true)]
public int RateLimitThreshold { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="Defines rate limit threshold.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=true, SerializedName="rateLimitThreshold", Update=true)>]
member this.RateLimitThreshold : int with get, set
Public Property RateLimitThreshold As Integer
Property Value
- Attributes