次の方法で共有


ApplicationGatewayGlobalConfiguration.EnableRequestBuffering プロパティ

定義

要求バッファリングを有効にするを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="enableRequestBuffering")]
public bool? EnableRequestBuffering { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enableRequestBuffering")>]
member this.EnableRequestBuffering : Nullable<bool> with get, set
Public Property EnableRequestBuffering As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象