FrontdoorBackendPoolSetting

data class FrontdoorBackendPoolSetting(val backendPoolsSendReceiveTimeoutSeconds: Int? = null, val enforceBackendPoolsCertificateNameCheck: Boolean)

Constructors

Link copied to clipboard
constructor(backendPoolsSendReceiveTimeoutSeconds: Int? = null, enforceBackendPoolsCertificateNameCheck: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the send and receive timeout on forwarding request to the backend. When the timeout is reached, the request fails and returns. Possible values are between 0 - 240. Defaults to 60.

Link copied to clipboard

Enforce certificate name check on HTTPS requests to all backend pools, this setting will have no effect on HTTP requests. Permitted values are true or false.