Application Gateway Probe Health Response Match Args
    data class ApplicationGatewayProbeHealthResponseMatchArgs(val body: Output<String>? = null, val statusCodes: Output<List<String>>? = null) : ConvertibleToJava<ApplicationGatewayProbeHealthResponseMatchArgs> 
Application gateway probe health response match.
Constructors
Link copied to clipboard
                fun ApplicationGatewayProbeHealthResponseMatchArgs(body: Output<String>? = null, statusCodes: Output<List<String>>? = null)