次の方法で共有


ApplicationGatewayGlobalConfiguration.EnableResponseBuffering プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象