ApplicationGatewayProbeHealthResponseMatchResponse

data class ApplicationGatewayProbeHealthResponseMatchResponse(val body: String? = null, val statusCodes: List<String>? = null)

Application gateway probe health response match.

Constructors

constructor(body: String? = null, statusCodes: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val body: String? = null

Body that must be contained in the health response. Default value is empty.

Link copied to clipboard
val statusCodes: List<String>? = null

Allowed ranges of healthy status codes. Default range of healthy status codes is 200-399.