MonitorConfig |
MonitorConfig.withCustomHeaders(List<MonitorConfigCustomHeadersItem> customHeaders) |
Set list of custom headers.
|
MonitorConfig |
MonitorConfig.withExpectedStatusCodeRanges(List<MonitorConfigExpectedStatusCodeRangesItem> expectedStatusCodeRanges) |
Set list of expected status code ranges.
|
MonitorConfig |
MonitorConfig.withIntervalInSeconds(Long intervalInSeconds) |
Set the monitor interval for endpoints in this profile.
|
MonitorConfig |
MonitorConfig.withPath(String path) |
Set the path relative to the endpoint domain name used to probe for endpoint health.
|
MonitorConfig |
MonitorConfig.withPort(Long port) |
Set the TCP port used to probe for endpoint health.
|
MonitorConfig |
MonitorConfig.withProfileMonitorStatus(ProfileMonitorStatus profileMonitorStatus) |
Set the profile-level monitoring status of the Traffic Manager profile.
|
MonitorConfig |
MonitorConfig.withProtocol(MonitorProtocol protocol) |
Set the protocol (HTTP, HTTPS or TCP) used to probe for endpoint health.
|
MonitorConfig |
MonitorConfig.withTimeoutInSeconds(Long timeoutInSeconds) |
Set the monitor timeout for endpoints in this profile.
|
MonitorConfig |
MonitorConfig.withToleratedNumberOfFailures(Long toleratedNumberOfFailures) |
Set the number of consecutive failed health check that Traffic Manager tolerates before declaring an endpoint in this profile Degraded after the next failed health check.
|