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