Class RouteType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RouteType>
com.azure.resourcemanager.appservice.models.RouteType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RouteTypefromString(String name) Creates or finds a RouteType from its string representation.static Collection<RouteType> values()Gets known RouteType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
DEFAULT
Static value DEFAULT for RouteType. -
INHERITED
Static value INHERITED for RouteType. -
STATIC
Static value STATIC for RouteType.
-
-
Constructor Details
-
RouteType
Deprecated.Use thefromString(String)factory method.Creates a new instance of RouteType value.
-
-
Method Details
-
fromString
-
values
Gets known RouteType values.- Returns:
- known RouteType values.
-
fromString(String)factory method.