Share via


ApplicationGatewayOnDemandProbe.PickHostNameFromBackendHttpSettings Property

Definition

Gets or sets whether the host header should be picked from the backend http settings. Default value is false.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to