Package | Description |
---|---|
com.microsoft.azure.management.trafficmanager |
This package contains the classes for TrafficManagerManagementClient.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2019. All rights reserved.