次の方法で共有


ApplicationGateway.EnableHttp2 プロパティ

定義

アプリケーション ゲートウェイ リソースで HTTP2 を有効にするかどうかを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象