ApplicationGatewayProbe.IsProbeProxyProtocolHeaderEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether to send Proxy Protocol header along with the Health Probe over TCP or TLS protocol. Default value is false.
public bool? IsProbeProxyProtocolHeaderEnabled { get; set; }
member this.IsProbeProxyProtocolHeaderEnabled : Nullable<bool> with get, set
Public Property IsProbeProxyProtocolHeaderEnabled As Nullable(Of Boolean)