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