Uses of Interface
com.microsoft.azure.management.network.Route.Update
-
Packages that use Route.Update Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of Route.Update in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return Route.Update Modifier and Type Method Description Route.UpdateRouteTable.UpdateStages.WithRoute. updateRoute(String name)Begins the update of an existing route on this route table.Route.UpdateRoute.UpdateStages.WithDestinationAddressPrefix. withDestinationAddressPrefix(String cidr)Specifies the destination address prefix to apply the route to.Route.UpdateRoute.UpdateStages.WithNextHopType. withNextHop(RouteNextHopType nextHopType)Specifies the next hop type.Route.UpdateRoute.UpdateStages.WithNextHopType. withNextHopToVirtualAppliance(String ipAddress)Specifies the IP address of the virtual appliance for the next hop to go to.
-