Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static EffectiveRouteState |
EffectiveRouteState.ACTIVE
Static value Active for EffectiveRouteState.
|
static EffectiveRouteState |
EffectiveRouteState.INVALID
Static value Invalid for EffectiveRouteState.
|
Modifier and Type | Method and Description |
---|---|
static EffectiveRouteState |
EffectiveRouteState.fromString(String name)
Creates or finds a EffectiveRouteState from its string representation.
|
EffectiveRouteState |
EffectiveRoute.state()
Get the state value.
|
Modifier and Type | Method and Description |
---|---|
static Collection<EffectiveRouteState> |
EffectiveRouteState.values() |
Modifier and Type | Method and Description |
---|---|
EffectiveRoute |
EffectiveRoute.withState(EffectiveRouteState state)
Set the state value.
|
Copyright © 2019. All rights reserved.