java.lang.Object
com.azure.core.util.ExpandableStringEnum<RouteType>
com.azure.resourcemanager.appservice.models.RouteType

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

    Fields
    Modifier and Type
    Field
    Description
    static final RouteType
    Static value DEFAULT for RouteType.
    static final RouteType
    Static value INHERITED for RouteType.
    static final RouteType
    Static value STATIC for RouteType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static RouteType
    Creates or finds a RouteType from its string representation.
    Gets known RouteType values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • 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 Details

    • RouteType

      public RouteType()
  • Method Details

    • 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.
    • values

      public static Collection<RouteType> values()
      Gets known RouteType values.
      Returns:
      known RouteType values.