Get Traffic Manager Profile Monitor Config
data class GetTrafficManagerProfileMonitorConfig(val customHeaders: List<GetTrafficManagerProfileMonitorConfigCustomHeader>, val expectedStatusCodeRanges: List<String>, val intervalInSeconds: Int, val path: String, val port: Int, val protocol: String, val timeoutInSeconds: Int, val toleratedNumberOfFailures: Int)
Properties
Link copied to clipboard
One or more custom_header
blocks as defined below.
Link copied to clipboard
A list of status code ranges.
Link copied to clipboard
The interval used to check the endpoint health from a Traffic Manager probing agent.
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.
Link copied to clipboard
The number of failures a Traffic Manager probing agent tolerates before marking that endpoint as unhealthy.