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