Uses of Class
com.microsoft.azure.management.trafficmanager.ProfileMonitorStatus
-
-
Uses of ProfileMonitorStatus in com.microsoft.azure.management.trafficmanager
Fields in com.microsoft.azure.management.trafficmanager declared as ProfileMonitorStatus Modifier and Type Field Description static ProfileMonitorStatusProfileMonitorStatus. CHECKING_ENDPOINTSStatic value CheckingEndpoints for ProfileMonitorStatus.static ProfileMonitorStatusProfileMonitorStatus. DEGRADEDStatic value Degraded for ProfileMonitorStatus.static ProfileMonitorStatusProfileMonitorStatus. DISABLEDStatic value Disabled for ProfileMonitorStatus.static ProfileMonitorStatusProfileMonitorStatus. INACTIVEStatic value Inactive for ProfileMonitorStatus.static ProfileMonitorStatusProfileMonitorStatus. ONLINEStatic value Online for ProfileMonitorStatus.Methods in com.microsoft.azure.management.trafficmanager that return ProfileMonitorStatus Modifier and Type Method Description static ProfileMonitorStatusProfileMonitorStatus. fromString(String name)Creates or finds a ProfileMonitorStatus from its string representation.ProfileMonitorStatusTrafficManagerProfile. monitorStatus()ProfileMonitorStatusMonitorConfig. profileMonitorStatus()Get the profile-level monitoring status of the Traffic Manager profile.Methods in com.microsoft.azure.management.trafficmanager that return types with arguments of type ProfileMonitorStatus Modifier and Type Method Description static Collection<ProfileMonitorStatus>ProfileMonitorStatus. values()Methods in com.microsoft.azure.management.trafficmanager with parameters of type ProfileMonitorStatus Modifier and Type Method Description MonitorConfigMonitorConfig. withProfileMonitorStatus(ProfileMonitorStatus profileMonitorStatus)Set the profile-level monitoring status of the Traffic Manager profile.
-