ApplicationGatewayProbeMatch

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

Constructors

Link copied to clipboard
constructor(body: String? = null, statusCodes: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val body: String? = null

A snippet from the Response Body which must be present in the Response.

Link copied to clipboard

A list of allowed status codes for this Health Probe.