ApplicationGatewayBackendHttpSettingsInner.PickHostNameFromBackendAddress Property

Definition

Gets or sets whether to pick host header should be picked from the host name of the backend server. Default value is false.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to