ApplicationGatewayInner.EnableHttp2 Property

Definition

Gets or sets whether HTTP2 is enabled on the application gateway resource.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to