ApplicationGatewayProbeMatchArgs

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

Constructors

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

Properties

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

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

Link copied to clipboard
val statusCodes: Output<List<String>>

A list of allowed status codes for this Health Probe.

Functions

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