ApplicationGatewayBackendHttpSettings interface
Backend address pool settings of an application gateway.
- Extends
Properties
| affinity |
Cookie name to use for the affinity cookie. |
| authentication |
Array of references to application gateway authentication certificates. |
| connection |
Connection draining of the backend http settings resource. |
| cookie |
Cookie based affinity. |
| dedicated |
Enable or disable dedicated connection per backend server. Default is set to false. |
| etag | A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server. |
| host |
Host header to be sent to the backend servers. |
| name | Name of the backend http settings that is unique within an Application Gateway. |
| path | Path which should be used as a prefix for all HTTP requests. Null means no path will be prefixed. Default value is null. |
| pick |
Whether to pick host header should be picked from the host name of the backend server. Default value is false. |
| port | The destination port on the backend. |
| probe | Probe resource of an application gateway. |
| probe |
Whether the probe is enabled. Default value is false. |
| protocol | The protocol used to communicate with the backend. |
| provisioning |
The provisioning state of the backend HTTP settings resource. NOTE: This property will not be serialized. It can only be populated by the server. |
| request |
Request timeout in seconds. Application Gateway will fail the request if response is not received within RequestTimeout. Acceptable values are from 1 second to 86400 seconds. |
| sni |
Specify an SNI value to match the common name of the certificate on the backend. By default, the application gateway uses the incoming request’s host header as the SNI. Default value is null. |
| trusted |
Array of references to application gateway trusted root certificates. |
| type | Type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
| validate |
Verify or skip both chain and expiry validations of the certificate on the backend server. Default is set to true. |
| validateSNI | When enabled, verifies if the Common Name of the certificate provided by the backend server matches the Server Name Indication (SNI) value. Default value is true. |
Inherited Properties
| id | Resource ID. |
Property Details
affinityCookieName
Cookie name to use for the affinity cookie.
affinityCookieName?: string
Property Value
string
authenticationCertificates
Array of references to application gateway authentication certificates.
authenticationCertificates?: SubResource[]
Property Value
connectionDraining
Connection draining of the backend http settings resource.
connectionDraining?: ApplicationGatewayConnectionDraining
Property Value
cookieBasedAffinity
Cookie based affinity.
cookieBasedAffinity?: string
Property Value
string
dedicatedBackendConnection
Enable or disable dedicated connection per backend server. Default is set to false.
dedicatedBackendConnection?: boolean
Property Value
boolean
etag
A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server.
etag?: string
Property Value
string
hostName
Host header to be sent to the backend servers.
hostName?: string
Property Value
string
name
Name of the backend http settings that is unique within an Application Gateway.
name?: string
Property Value
string
path
Path which should be used as a prefix for all HTTP requests. Null means no path will be prefixed. Default value is null.
path?: string
Property Value
string
pickHostNameFromBackendAddress
Whether to pick host header should be picked from the host name of the backend server. Default value is false.
pickHostNameFromBackendAddress?: boolean
Property Value
boolean
port
The destination port on the backend.
port?: number
Property Value
number
probe
probeEnabled
Whether the probe is enabled. Default value is false.
probeEnabled?: boolean
Property Value
boolean
protocol
The protocol used to communicate with the backend.
protocol?: string
Property Value
string
provisioningState
The provisioning state of the backend HTTP settings resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
requestTimeout
Request timeout in seconds. Application Gateway will fail the request if response is not received within RequestTimeout. Acceptable values are from 1 second to 86400 seconds.
requestTimeout?: number
Property Value
number
sniName
Specify an SNI value to match the common name of the certificate on the backend. By default, the application gateway uses the incoming request’s host header as the SNI. Default value is null.
sniName?: string
Property Value
string
trustedRootCertificates
Array of references to application gateway trusted root certificates.
trustedRootCertificates?: SubResource[]
Property Value
type
Type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
validateCertChainAndExpiry
Verify or skip both chain and expiry validations of the certificate on the backend server. Default is set to true.
validateCertChainAndExpiry?: boolean
Property Value
boolean
validateSNI
When enabled, verifies if the Common Name of the certificate provided by the backend server matches the Server Name Indication (SNI) value. Default value is true.
validateSNI?: boolean
Property Value
boolean