ApplicationGatewayBackendHttpSettings interface

Backend address pool settings of an application gateway.

Extends

Properties

affinityCookieName

Cookie name to use for the affinity cookie.

authenticationCertificates

Array of references to application gateway authentication certificates.

connectionDraining

Connection draining of the backend http settings resource.

cookieBasedAffinity

Cookie based affinity.

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.

hostName

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.

pickHostNameFromBackendAddress

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.

probeEnabled

Whether the probe is enabled. Default value is false.

protocol

The protocol used to communicate with the backend.

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.

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.

trustedRootCertificates

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

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

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

Probe resource of an application gateway.

probe?: SubResource

Property Value

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

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

Inherited Property Details

id

Resource ID.

id?: string

Property Value

string

Inherited From SubResource.id