Uses of Class
com.microsoft.azure.management.trafficmanager.EndpointMonitorStatus
Packages that use EndpointMonitorStatus
Package
Description
This package contains the classes for TrafficManagerManagementClient.
-
Uses of EndpointMonitorStatus in com.microsoft.azure.management.trafficmanager
Fields in com.microsoft.azure.management.trafficmanager declared as EndpointMonitorStatusModifier and TypeFieldDescriptionstatic final EndpointMonitorStatus
EndpointMonitorStatus.CHECKING_ENDPOINT
Static value CheckingEndpoint for EndpointMonitorStatus.static final EndpointMonitorStatus
EndpointMonitorStatus.DEGRADED
Static value Degraded for EndpointMonitorStatus.static final EndpointMonitorStatus
EndpointMonitorStatus.DISABLED
Static value Disabled for EndpointMonitorStatus.static final EndpointMonitorStatus
EndpointMonitorStatus.INACTIVE
Static value Inactive for EndpointMonitorStatus.static final EndpointMonitorStatus
EndpointMonitorStatus.ONLINE
Static value Online for EndpointMonitorStatus.static final EndpointMonitorStatus
EndpointMonitorStatus.STOPPED
Static value Stopped for EndpointMonitorStatus.Methods in com.microsoft.azure.management.trafficmanager that return EndpointMonitorStatusModifier and TypeMethodDescriptionstatic EndpointMonitorStatus
EndpointMonitorStatus.fromString
(String name) Creates or finds a EndpointMonitorStatus from its string representation.TrafficManagerEndpoint.monitorStatus()
Methods in com.microsoft.azure.management.trafficmanager that return types with arguments of type EndpointMonitorStatusModifier and TypeMethodDescriptionstatic Collection<EndpointMonitorStatus>
EndpointMonitorStatus.values()