Application Gateway Probe Args
data class ApplicationGatewayProbeArgs(val host: Output<String>? = null, val id: Output<String>? = null, val interval: Output<Int>, val match: Output<ApplicationGatewayProbeMatchArgs>? = null, val minimumServers: Output<Int>? = null, val name: Output<String>, val path: Output<String>, val pickHostNameFromBackendHttpSettings: Output<Boolean>? = null, val port: Output<Int>? = null, val protocol: Output<String>, val timeout: Output<Int>, val unhealthyThreshold: Output<Int>) : ConvertibleToJava<ApplicationGatewayProbeArgs>
Constructors
Link copied to clipboard
fun ApplicationGatewayProbeArgs(host: Output<String>? = null, id: Output<String>? = null, interval: Output<Int>, match: Output<ApplicationGatewayProbeMatchArgs>? = null, minimumServers: Output<Int>? = null, name: Output<String>, path: Output<String>, pickHostNameFromBackendHttpSettings: Output<Boolean>? = null, port: Output<Int>? = null, protocol: Output<String>, timeout: Output<Int>, unhealthyThreshold: Output<Int>)