FrontdoorBackendPoolHealthProbe

data class FrontdoorBackendPoolHealthProbe(val enabled: Boolean? = null, val id: String? = null, val intervalInSeconds: Int? = null, val name: String, val path: String? = null, val probeMethod: String? = null, val protocol: String? = null)

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, id: String? = null, intervalInSeconds: Int? = null, name: String, path: String? = null, probeMethod: String? = null, protocol: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Is this health probe enabled? Defaults to true.

Link copied to clipboard
val id: String? = null

The ID of the FrontDoor.

Link copied to clipboard
val intervalInSeconds: Int? = null

The number of seconds between each Health Probe. Defaults to 120.

Link copied to clipboard

Specifies the name of the Health Probe.

Link copied to clipboard
val path: String? = null

The path to use for the Health Probe. Default is /.

Link copied to clipboard
val probeMethod: String? = null

Specifies HTTP method the health probe uses when querying the backend pool instances. Possible values include: GET and HEAD. Defaults to GET.

Link copied to clipboard
val protocol: String? = null

Protocol scheme to use for the Health Probe. Possible values are Http and Https. Defaults to Http.