| Modifier and Type | Field and Description |
|---|---|
static ProfileMonitorStatus |
ProfileMonitorStatus.CHECKING_ENDPOINTS
Static value CheckingEndpoints for ProfileMonitorStatus.
|
static ProfileMonitorStatus |
ProfileMonitorStatus.DEGRADED
Static value Degraded for ProfileMonitorStatus.
|
static ProfileMonitorStatus |
ProfileMonitorStatus.DISABLED
Static value Disabled for ProfileMonitorStatus.
|
static ProfileMonitorStatus |
ProfileMonitorStatus.INACTIVE
Static value Inactive for ProfileMonitorStatus.
|
static ProfileMonitorStatus |
ProfileMonitorStatus.ONLINE
Static value Online for ProfileMonitorStatus.
|
| Modifier and Type | Method and Description |
|---|---|
static ProfileMonitorStatus |
ProfileMonitorStatus.fromString(String name)
Creates or finds a ProfileMonitorStatus from its string representation.
|
ProfileMonitorStatus |
TrafficManagerProfile.monitorStatus() |
ProfileMonitorStatus |
MonitorConfig.profileMonitorStatus()
Get the profile-level monitoring status of the Traffic Manager profile.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<ProfileMonitorStatus> |
ProfileMonitorStatus.values() |
| Modifier and Type | Method and Description |
|---|---|
MonitorConfig |
MonitorConfig.withProfileMonitorStatus(ProfileMonitorStatus profileMonitorStatus)
Set the profile-level monitoring status of the Traffic Manager profile.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/