ApplicationGatewayProbe.PickHostNameFromBackendSettings Property

Definition

Gets or sets whether the server name indication should be picked from the backend settings for Tls protocol. Default value is false.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to