次の方法で共有


PolicySettings.MaxRequestBodySizeInKb プロパティ

定義

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

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象