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>
The type of route this is: DEFAULT - By default, every app has routes to the local address ranges specified by RFC1918 INHERITED - Routes inherited from the real Virtual Network routes STATIC - Static route set on the app only These values will be used for syncing an app's routes with those from a Virtual Network.
  • 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

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