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