Application Gateway Probe Args
data class ApplicationGatewayProbeArgs(val host: Output<String>? = null, val id: Output<String>? = null, val interval: Output<Int>? = null, val match: Output<ApplicationGatewayProbeHealthResponseMatchArgs>? = null, val minServers: Output<Int>? = null, val name: Output<String>? = null, val path: Output<String>? = null, val pickHostNameFromBackendHttpSettings: Output<Boolean>? = null, val port: Output<Int>? = null, val protocol: Output<Either<String, ApplicationGatewayProtocol>>? = null, val timeout: Output<Int>? = null, val unhealthyThreshold: Output<Int>? = null) : ConvertibleToJava<ApplicationGatewayProbeArgs>
Probe of the application gateway.
Constructors
Link copied to clipboard
fun ApplicationGatewayProbeArgs(host: Output<String>? = null, id: Output<String>? = null, interval: Output<Int>? = null, match: Output<ApplicationGatewayProbeHealthResponseMatchArgs>? = null, minServers: Output<Int>? = null, name: Output<String>? = null, path: Output<String>? = null, pickHostNameFromBackendHttpSettings: Output<Boolean>? = null, port: Output<Int>? = null, protocol: Output<Either<String, ApplicationGatewayProtocol>>? = null, timeout: Output<Int>? = null, unhealthyThreshold: Output<Int>? = null)