ApplicationGatewayBackendSettingsPropertiesFormat interface
Properties of Backend address pool settings of an application gateway.
Properties
| enableL4Client |
Whether to send Proxy Protocol header to backend servers over TCP or TLS protocols. Default value is false. |
| host |
Server name indication to be sent to the backend servers for Tls protocol. |
| pick |
Whether to pick server name indication from the host name of the backend server for Tls protocol. Default value is false. |
| port | The destination port on the backend. |
| probe | Probe resource of an application gateway. |
| protocol | The protocol used to communicate with the backend. |
| provisioning |
The provisioning state of the backend HTTP settings resource. |
| timeout | Connection timeout in seconds. Application Gateway will fail the request if response is not received within ConnectionTimeout. Acceptable values are from 1 second to 86400 seconds. |
| trusted |
Array of references to application gateway trusted root certificates. |
Property Details
enableL4ClientIpPreservation
Whether to send Proxy Protocol header to backend servers over TCP or TLS protocols. Default value is false.
enableL4ClientIpPreservation?: boolean
Property Value
boolean
hostName
Server name indication to be sent to the backend servers for Tls protocol.
hostName?: string
Property Value
string
pickHostNameFromBackendAddress
Whether to pick server name indication from the host name of the backend server for Tls protocol. Default value is false.
pickHostNameFromBackendAddress?: boolean
Property Value
boolean
port
The destination port on the backend.
port?: number
Property Value
number
probe
protocol
The protocol used to communicate with the backend.
protocol?: string
Property Value
string
provisioningState
The provisioning state of the backend HTTP settings resource.
provisioningState?: string
Property Value
string
timeout
Connection timeout in seconds. Application Gateway will fail the request if response is not received within ConnectionTimeout. Acceptable values are from 1 second to 86400 seconds.
timeout?: number
Property Value
number
trustedRootCertificates
Array of references to application gateway trusted root certificates.
trustedRootCertificates?: SubResource[]