Uses of Interface
com.azure.resourcemanager.network.models.Route.Update
-
Packages that use Route.Update Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of Route.Update in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models 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.
-