Uses of Class
com.microsoft.azure.management.network.EffectiveRouteState
Packages that use EffectiveRouteState
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of EffectiveRouteState in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as EffectiveRouteStateModifier and TypeFieldDescriptionstatic final EffectiveRouteState
EffectiveRouteState.ACTIVE
Static value Active for EffectiveRouteState.static final EffectiveRouteState
EffectiveRouteState.INVALID
Static value Invalid for EffectiveRouteState.Methods in com.microsoft.azure.management.network that return EffectiveRouteStateModifier and TypeMethodDescriptionstatic EffectiveRouteState
EffectiveRouteState.fromString
(String name) Creates or finds a EffectiveRouteState from its string representation.EffectiveRoute.state()
Get the value of effective route.Methods in com.microsoft.azure.management.network that return types with arguments of type EffectiveRouteStateModifier and TypeMethodDescriptionstatic Collection<EffectiveRouteState>
EffectiveRouteState.values()
Methods in com.microsoft.azure.management.network with parameters of type EffectiveRouteStateModifier and TypeMethodDescriptionEffectiveRoute.withState
(EffectiveRouteState state) Set the value of effective route.