Uses of Class
com.microsoft.azure.management.trafficmanager.EndpointStatus
-
-
Uses of EndpointStatus in com.microsoft.azure.management.trafficmanager
Fields in com.microsoft.azure.management.trafficmanager declared as EndpointStatus Modifier and Type Field Description static EndpointStatusEndpointStatus. DISABLEDStatic value Disabled for EndpointStatus.static EndpointStatusEndpointStatus. ENABLEDStatic value Enabled for EndpointStatus.Methods in com.microsoft.azure.management.trafficmanager that return EndpointStatus Modifier and Type Method Description static EndpointStatusEndpointStatus. fromString(String name)Creates or finds a EndpointStatus from its string representation.Methods in com.microsoft.azure.management.trafficmanager that return types with arguments of type EndpointStatus Modifier and Type Method Description static Collection<EndpointStatus>EndpointStatus. values()
-