RouteType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. appservice. models. RouteType
- com.
- com.
public final class RouteType
extends 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 Summary
Modifier and Type | Field and Description |
---|---|
static final
Route |
DEFAULT
Static value DEFAULT for Route |
static final
Route |
INHERITED
Static value INHERITED for Route |
static final
Route |
STATIC
Static value STATIC for Route |
Constructor Summary
Constructor | Description |
---|---|
RouteType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Route |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Route |
fromString(String name)
Creates or finds a Route |
static
Collection<Route |
values()
Gets known Route |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
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
@Deprecated
public RouteType()
Deprecated
Creates a new instance of RouteType value.
Method Details
fromString
public static RouteType fromString(String name)
Creates or finds a RouteType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known RouteType values.
Returns:
Applies to
Azure SDK for Java