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