ApplicationGatewayProbeHealthResponseMatchArgs

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

Application gateway probe health response match.

Constructors

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

Properties

Link copied to clipboard
val body: Output<String>? = null

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

Link copied to clipboard
val statusCodes: Output<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(): ApplicationGatewayProbeHealthResponseMatchArgs