ApplicationGatewayBackendSettings interface
Backend address pool settings of an application gateway.
- Extends
Properties
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 |
Server name indication to be sent to the backend servers for Tls protocol. |
name | Name of the backend settings that is unique within an Application Gateway. |
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. NOTE: This property will not be serialized. It can only be populated by the server. |
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. |
type | Type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Resource ID. |
Property Details
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
Server name indication to be sent to the backend servers for Tls protocol.
hostName?: string
Property Value
string
name
Name of the backend settings that is unique within an Application Gateway.
name?: 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. NOTE: This property will not be serialized. It can only be populated by the server.
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[]
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