AzureApplicationGatewayBackendSettingsBase.EnableL4ClientIpPreservation 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.
[System.Management.Automation.Parameter(HelpMessage="Whether to send Proxy Protocol header to backend servers over TCP or TLS protocols. Default value is false.", Mandatory=false)]
public bool? EnableL4ClientIpPreservation { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Whether to send Proxy Protocol header to backend servers over TCP or TLS protocols. Default value is false.", Mandatory=false)>]
member this.EnableL4ClientIpPreservation : Nullable<bool> with get, set
Public Property EnableL4ClientIpPreservation As Nullable(Of Boolean)
Property Value
- Attributes