Uses of Class
com.microsoft.azure.management.trafficmanager.MonitorConfig
Package
Description
This package contains the classes for TrafficManagerManagementClient.
-
Uses of MonitorConfig in com.microsoft.azure.management.trafficmanager
Modifier and TypeMethodDescriptionMonitorConfig.withCustomHeaders
(List<MonitorConfigCustomHeadersItem> customHeaders) Set list of custom headers.MonitorConfig.withExpectedStatusCodeRanges
(List<MonitorConfigExpectedStatusCodeRangesItem> expectedStatusCodeRanges) Set list of expected status code ranges.MonitorConfig.withIntervalInSeconds
(Long intervalInSeconds) Set the monitor interval for endpoints in this profile.Set the path relative to the endpoint domain name used to probe for endpoint health.Set the TCP port used to probe for endpoint health.MonitorConfig.withProfileMonitorStatus
(ProfileMonitorStatus profileMonitorStatus) Set the profile-level monitoring status of the Traffic Manager profile.MonitorConfig.withProtocol
(MonitorProtocol protocol) Set the protocol (HTTP, HTTPS or TCP) used to probe for endpoint health.MonitorConfig.withTimeoutInSeconds
(Long timeoutInSeconds) Set the monitor timeout for endpoints in this profile.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.