次の方法で共有


ApplicationGatewayWebApplicationFirewallConfiguration.MaxRequestBodySize プロパティ

定義

WAF の要求本文の最大サイズを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象