MonitorConfig |
MonitorConfig.withCustomHeaders(List<MonitorConfigCustomHeadersItem> customHeaders) |
Set the customHeaders property: List of custom headers.
|
MonitorConfig |
MonitorConfig.withExpectedStatusCodeRanges(List<MonitorConfigExpectedStatusCodeRangesItem> expectedStatusCodeRanges) |
Set the expectedStatusCodeRanges property: List of expected status code ranges.
|
MonitorConfig |
MonitorConfig.withIntervalInSeconds(Long intervalInSeconds) |
Set the intervalInSeconds property: The monitor interval for endpoints in this profile.
|
MonitorConfig |
MonitorConfig.withPath(String path) |
Set the path property: The path relative to the endpoint domain name used to probe for endpoint health.
|
MonitorConfig |
MonitorConfig.withPort(Long port) |
Set the port property: The TCP port used to probe for endpoint health.
|
MonitorConfig |
MonitorConfig.withProfileMonitorStatus(ProfileMonitorStatus profileMonitorStatus) |
Set the profileMonitorStatus property: The profile-level monitoring status of the Traffic Manager profile.
|
MonitorConfig |
MonitorConfig.withProtocol(MonitorProtocol protocol) |
Set the protocol property: The protocol (HTTP, HTTPS or TCP) used to probe for endpoint health.
|
MonitorConfig |
MonitorConfig.withTimeoutInSeconds(Long timeoutInSeconds) |
Set the timeoutInSeconds property: The monitor timeout for endpoints in this profile.
|
MonitorConfig |
MonitorConfig.withToleratedNumberOfFailures(Long toleratedNumberOfFailures) |
Set the toleratedNumberOfFailures property: 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.
|