Class RouteType
- java.lang.Object
-
- com.microsoft.rest.ExpandableStringEnum<RouteType>
-
- com.microsoft.azure.management.appservice.RouteType
-
public final class RouteType extends com.microsoft.rest.ExpandableStringEnum<RouteType>
Defines values for RouteType.
-
-
Constructor Summary
Constructors Constructor Description RouteType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RouteTypefromString(String name)Creates or finds a RouteType from its string representation.static Collection<RouteType>values()
-
-
-
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
-
values
public static Collection<RouteType> values()
- Returns:
- known RouteType values
-
-