ApplicationGatewayProbeHealthResponseMatch

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

Application gateway probe health response match.

Constructors

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

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.

Functions

Link copied to clipboard
open override fun toJava(): ApplicationGatewayProbeHealthResponseMatch