Application Gateway Probe Match Args
data class ApplicationGatewayProbeMatchArgs(val body: Output<String>? = null, val statusCodes: Output<List<String>>) : ConvertibleToJava<ApplicationGatewayProbeMatchArgs>
Constructors
Link copied to clipboard
fun ApplicationGatewayProbeMatchArgs(body: Output<String>? = null, statusCodes: Output<List<String>>)