Uses of Class
com.microsoft.azure.management.trafficmanager.EndpointMonitorStatus
-
-
Uses of EndpointMonitorStatus in com.microsoft.azure.management.trafficmanager
Fields in com.microsoft.azure.management.trafficmanager declared as EndpointMonitorStatus Modifier and Type Field Description static EndpointMonitorStatusEndpointMonitorStatus. CHECKING_ENDPOINTStatic value CheckingEndpoint for EndpointMonitorStatus.static EndpointMonitorStatusEndpointMonitorStatus. DEGRADEDStatic value Degraded for EndpointMonitorStatus.static EndpointMonitorStatusEndpointMonitorStatus. DISABLEDStatic value Disabled for EndpointMonitorStatus.static EndpointMonitorStatusEndpointMonitorStatus. INACTIVEStatic value Inactive for EndpointMonitorStatus.static EndpointMonitorStatusEndpointMonitorStatus. ONLINEStatic value Online for EndpointMonitorStatus.static EndpointMonitorStatusEndpointMonitorStatus. STOPPEDStatic value Stopped for EndpointMonitorStatus.Methods in com.microsoft.azure.management.trafficmanager that return EndpointMonitorStatus Modifier and Type Method Description static EndpointMonitorStatusEndpointMonitorStatus. fromString(String name)Creates or finds a EndpointMonitorStatus from its string representation.EndpointMonitorStatusTrafficManagerEndpoint. monitorStatus()Methods in com.microsoft.azure.management.trafficmanager that return types with arguments of type EndpointMonitorStatus Modifier and Type Method Description static Collection<EndpointMonitorStatus>EndpointMonitorStatus. values()
-