Share via


ApplicationGatewayWebApplicationFirewallConfiguration.FileUploadLimitInMb Property

Definition

Gets or sets maximum file upload size in Mb for WAF.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to