Uses of Class
com.microsoft.azure.management.network.EffectiveRoute
-
Packages that use EffectiveRoute Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of EffectiveRoute in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return EffectiveRoute Modifier and Type Method Description EffectiveRouteEffectiveRoute. withAddressPrefix(List<String> addressPrefix)Set the addressPrefix value.EffectiveRouteEffectiveRoute. withName(String name)Set the name value.EffectiveRouteEffectiveRoute. withNextHopIpAddress(List<String> nextHopIpAddress)Set the nextHopIpAddress value.EffectiveRouteEffectiveRoute. withNextHopType(RouteNextHopType nextHopType)Set the nextHopType value.EffectiveRouteEffectiveRoute. withSource(EffectiveRouteSource source)Set the source value.EffectiveRouteEffectiveRoute. withState(EffectiveRouteState state)Set the state value.
-