Share via


ApplicationGatewayWebApplicationFirewallConfiguration.MaxRequestBodySizeInKb Property

Definition

Gets or sets maximum request body size in Kb for WAF.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to