| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models 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 property: The value of effective route.
|
| Modifier and Type | Method and Description |
|---|---|
EffectiveRoute |
EffectiveRoute.withState(EffectiveRouteState state)
Set the state property: The value of effective route.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.