Uses of Interface
com.azure.resourcemanager.network.models.RouteTable.Update
Packages that use RouteTable.Update
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of RouteTable.Update in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return RouteTable.UpdateModifier and TypeMethodDescriptionRouteTable.UpdateStages.WithBgpRoutePropagation.withDisableBgpRoutePropagation()Disable the routes learned by BGP on that route table.RouteTable.UpdateStages.WithBgpRoutePropagation.withEnableBgpRoutePropagation()Enable the routes learned by BGP on that route table.RouteTable.UpdateStages.WithRoute.withoutRoute(String name) Removes the specified route from the route table.RouteTable.UpdateStages.WithRoute.withRoute(String destinationAddressPrefix, RouteNextHopType nextHop) Creates a non-virtual appliance route.RouteTable.UpdateStages.WithRoute.withRouteViaVirtualAppliance(String destinationAddressPrefix, String ipAddress) Creates a route via a virtual appliance.Methods in com.azure.resourcemanager.network.models that return types with arguments of type RouteTable.UpdateModifier and TypeMethodDescriptionRouteTable.UpdateStages.WithRoute.defineRoute(String name) Begins the definition of a new route to add to the route table.