Class RouteType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<RouteType>
com.microsoft.azure.management.appservice.RouteType
Defines values for RouteType.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RouteType
fromString
(String name) Creates or finds a RouteType from its string representation.static Collection<RouteType>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
DEFAULT
Static value DEFAULT for RouteType. -
INHERITED
Static value INHERITED for RouteType. -
STATIC
Static value STATIC for RouteType.
-
-
Constructor Details
-
RouteType
public RouteType()
-
-
Method Details
-
fromString
Creates or finds a RouteType from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding RouteType
-
values
- Returns:
- known RouteType values
-