Class RouteType


  • public final class RouteType
    extends com.azure.core.util.ExpandableStringEnum<RouteType>
    Defines values for RouteType.
    • Field Detail

      • ANY

        public static final RouteType ANY
        Static value any for RouteType.
      • NEAREST

        public static final RouteType NEAREST
        Static value nearest for RouteType.
    • Constructor Detail

      • RouteType

        public RouteType()
    • Method Detail

      • fromString

        public static RouteType fromString​(String name)
        Creates or finds a RouteType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding RouteType.