Traffic Manager Profile Monitor Config
data class TrafficManagerProfileMonitorConfig(val customHeaders: List<TrafficManagerProfileMonitorConfigCustomHeader>? = null, val expectedStatusCodeRanges: List<String>? = null, val intervalInSeconds: Int? = null, val path: String? = null, val port: Int, val protocol: String, val timeoutInSeconds: Int? = null, val toleratedNumberOfFailures: Int? = null)
Constructors
Link copied to clipboard
fun TrafficManagerProfileMonitorConfig(customHeaders: List<TrafficManagerProfileMonitorConfigCustomHeader>? = null, expectedStatusCodeRanges: List<String>? = null, intervalInSeconds: Int? = null, path: String? = null, port: Int, protocol: String, timeoutInSeconds: Int? = null, toleratedNumberOfFailures: Int? = null)
Types
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.