Profile Monitor Config Args
data class ProfileMonitorConfigArgs(val customHeaders: Output<List<ProfileMonitorConfigCustomHeaderArgs>>? = null, val expectedStatusCodeRanges: Output<List<String>>? = null, val intervalInSeconds: Output<Int>? = null, val path: Output<String>? = null, val port: Output<Int>, val protocol: Output<String>, val timeoutInSeconds: Output<Int>? = null, val toleratedNumberOfFailures: Output<Int>? = null) : ConvertibleToJava<ProfileMonitorConfigArgs>
Constructors
Link copied to clipboard
fun ProfileMonitorConfigArgs(customHeaders: Output<List<ProfileMonitorConfigCustomHeaderArgs>>? = null, expectedStatusCodeRanges: Output<List<String>>? = null, intervalInSeconds: Output<Int>? = null, path: Output<String>? = null, port: Output<Int>, protocol: Output<String>, timeoutInSeconds: Output<Int>? = null, toleratedNumberOfFailures: Output<Int>? = null)
Functions
Properties
Link copied to clipboard
The amount of time the Traffic Manager probing agent should wait before considering that check a failure when a health check probe is sent to the endpoint. If interval_in_seconds is set to 30, then timeout_in_seconds can be between 5 and 10. The default value is 10. If interval_in_seconds is set to 10, then valid values are between 5 and 9 and timeout_in_seconds is required.