Uses of Class
com.microsoft.azure.management.network.EffectiveRoute
Packages that use EffectiveRoute
Package
Description
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 EffectiveRouteModifier and TypeMethodDescriptionEffectiveRoute.withAddressPrefix
(List<String> addressPrefix) Set the address prefixes of the effective routes in CIDR notation.EffectiveRoute.withDisableBgpRoutePropagation
(Boolean disableBgpRoutePropagation) Set if true, on-premises routes are not propagated to the network interfaces in the subnet.Set the name of the user defined route.EffectiveRoute.withNextHopIpAddress
(List<String> nextHopIpAddress) Set the IP address of the next hop of the effective route.EffectiveRoute.withNextHopType
(RouteNextHopType nextHopType) Set the type of Azure hop the packet should be sent to.EffectiveRoute.withSource
(EffectiveRouteSource source) Set who created the route.EffectiveRoute.withState
(EffectiveRouteState state) Set the value of effective route.