Uses of Class
com.microsoft.azure.management.network.EffectiveRouteState
-
Packages that use EffectiveRouteState Package Description com.microsoft.azure.management.network 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 EffectiveRouteState Modifier and Type Field Description static EffectiveRouteStateEffectiveRouteState. ACTIVEStatic value Active for EffectiveRouteState.static EffectiveRouteStateEffectiveRouteState. INVALIDStatic value Invalid for EffectiveRouteState.Methods in com.microsoft.azure.management.network that return EffectiveRouteState Modifier and Type Method Description static EffectiveRouteStateEffectiveRouteState. fromString(String name)Creates or finds a EffectiveRouteState from its string representation.EffectiveRouteStateEffectiveRoute. state()Get the state value.Methods in com.microsoft.azure.management.network that return types with arguments of type EffectiveRouteState Modifier and Type Method Description static Collection<EffectiveRouteState>EffectiveRouteState. values()Methods in com.microsoft.azure.management.network with parameters of type EffectiveRouteState Modifier and Type Method Description EffectiveRouteEffectiveRoute. withState(EffectiveRouteState state)Set the state value.
-