GetFrontdoorOriginGroupHealthProbe

data class GetFrontdoorOriginGroupHealthProbe(val intervalInSeconds: Int, val path: String, val protocol: String, val requestType: String)

Constructors

Link copied to clipboard
constructor(intervalInSeconds: Int, path: String, protocol: String, requestType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the number of seconds between health probes.

Link copied to clipboard

Specifies the path relative to the origin that is used to determine the health of the origin.

Link copied to clipboard

Specifies the protocol to use for health probe.

Link copied to clipboard

Specifies the type of health probe request that is made.