Class RouteType


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

      • DEFAULT

        public static final RouteType DEFAULT
        Static value DEFAULT for RouteType.
      • INHERITED

        public static final RouteType INHERITED
        Static value INHERITED for RouteType.
      • STATIC

        public static final RouteType STATIC
        Static value STATIC 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.