public final class RouteType extends com.azure.core.util.ExpandableStringEnum<RouteType>
| Modifier and Type | Field and Description |
|---|---|
static RouteType |
DEFAULT
Static value DEFAULT for RouteType.
|
static RouteType |
INHERITED
Static value INHERITED for RouteType.
|
static RouteType |
STATIC
Static value STATIC for RouteType.
|
| Constructor and Description |
|---|
RouteType() |
| Modifier and Type | Method and Description |
|---|---|
static RouteType |
fromString(String name)
Creates or finds a RouteType from its string representation.
|
static Collection<RouteType> |
values() |
public static final RouteType DEFAULT
public static final RouteType INHERITED
public static final RouteType STATIC
public static RouteType fromString(String name)
name - a name to look for.public static Collection<RouteType> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.