RouteMapMatchCondition Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. RouteMapMatchCondition
- com.
- com.
public final class RouteMapMatchCondition
extends ExpandableStringEnum<RouteMapMatchCondition>
Match condition to apply RouteMap rules.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Route |
CONTAINS
Contains. |
|
static final
Route |
EQUALS
Equals. |
|
static final
Route |
NOT_CONTAINS
Not |
|
static final
Route |
NOT_EQUALS
Not |
|
static final
Route |
UNKNOWN
Unknown. |
Constructor Summary
| Constructor | Description |
|---|---|
| RouteMapMatchCondition() |
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
CONTAINS
public static final RouteMapMatchCondition CONTAINS
Contains.
EQUALS
public static final RouteMapMatchCondition EQUALS
Equals.
NOT_CONTAINS
public static final RouteMapMatchCondition NOT_CONTAINS
NotContains.
NOT_EQUALS
public static final RouteMapMatchCondition NOT_EQUALS
NotEquals.
UNKNOWN
public static final RouteMapMatchCondition UNKNOWN
Unknown.
Constructor Details
RouteMapMatchCondition
@Deprecated
public RouteMapMatchCondition()
Deprecated
Creates a new instance of RouteMapMatchCondition value.
Method Details
fromString
public static RouteMapMatchCondition fromString(String name)
Creates or finds a RouteMapMatchCondition from its string representation.
Parameters:
Returns:
values
public static Collection<RouteMapMatchCondition> values()
Gets known RouteMapMatchCondition values.
Returns: