Uses of Class
com.azure.resourcemanager.trafficmanager.models.EndpointMonitorStatus
Packages that use EndpointMonitorStatus
Package
Description
Package containing the inner data models for TrafficManagerManagementClient.
Package containing the data models for TrafficManagerManagementClient.
-
Uses of EndpointMonitorStatus in com.azure.resourcemanager.trafficmanager.fluent.models
Methods in com.azure.resourcemanager.trafficmanager.fluent.models that return EndpointMonitorStatusModifier and TypeMethodDescriptionEndpointInner.endpointMonitorStatus()Get the endpointMonitorStatus property: The monitoring status of the endpoint.EndpointProperties.endpointMonitorStatus()Get the endpointMonitorStatus property: The monitoring status of the endpoint.Methods in com.azure.resourcemanager.trafficmanager.fluent.models with parameters of type EndpointMonitorStatusModifier and TypeMethodDescriptionEndpointInner.withEndpointMonitorStatus(EndpointMonitorStatus endpointMonitorStatus) Set the endpointMonitorStatus property: The monitoring status of the endpoint.EndpointProperties.withEndpointMonitorStatus(EndpointMonitorStatus endpointMonitorStatus) Set the endpointMonitorStatus property: The monitoring status of the endpoint. -
Uses of EndpointMonitorStatus in com.azure.resourcemanager.trafficmanager.models
Fields in com.azure.resourcemanager.trafficmanager.models declared as EndpointMonitorStatusModifier and TypeFieldDescriptionstatic final EndpointMonitorStatusEndpointMonitorStatus.CHECKING_ENDPOINTStatic value CheckingEndpoint for EndpointMonitorStatus.static final EndpointMonitorStatusEndpointMonitorStatus.DEGRADEDStatic value Degraded for EndpointMonitorStatus.static final EndpointMonitorStatusEndpointMonitorStatus.DISABLEDStatic value Disabled for EndpointMonitorStatus.static final EndpointMonitorStatusEndpointMonitorStatus.INACTIVEStatic value Inactive for EndpointMonitorStatus.static final EndpointMonitorStatusEndpointMonitorStatus.ONLINEStatic value Online for EndpointMonitorStatus.static final EndpointMonitorStatusEndpointMonitorStatus.STOPPEDStatic value Stopped for EndpointMonitorStatus.static final EndpointMonitorStatusEndpointMonitorStatus.UNMONITOREDStatic value Unmonitored for EndpointMonitorStatus.Methods in com.azure.resourcemanager.trafficmanager.models that return EndpointMonitorStatusModifier and TypeMethodDescriptionstatic EndpointMonitorStatusEndpointMonitorStatus.fromString(String name) Creates or finds a EndpointMonitorStatus from its string representation.TrafficManagerEndpoint.monitorStatus()Gets the monitor status of the endpoint.Methods in com.azure.resourcemanager.trafficmanager.models that return types with arguments of type EndpointMonitorStatusModifier and TypeMethodDescriptionstatic Collection<EndpointMonitorStatus> EndpointMonitorStatus.values()Gets known EndpointMonitorStatus values.