Uses of Interface
com.azure.resourcemanager.network.models.RouteTable.Update
-
Packages that use RouteTable.Update Package Description com.azure.resourcemanager.network.models 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.Update Modifier and Type Method Description RouteTable.UpdateRouteTable.UpdateStages.WithBgpRoutePropagation. withDisableBgpRoutePropagation()Disable the routes learned by BGP on that route table.RouteTable.UpdateRouteTable.UpdateStages.WithBgpRoutePropagation. withEnableBgpRoutePropagation()Enable the routes learned by BGP on that route table.RouteTable.UpdateRouteTable.UpdateStages.WithRoute. withoutRoute(String name)Removes the specified route from the route table.RouteTable.UpdateRouteTable.UpdateStages.WithRoute. withRoute(String destinationAddressPrefix, RouteNextHopType nextHop)Creates a non-virtual appliance route.RouteTable.UpdateRouteTable.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.Update Modifier and Type Method Description Route.UpdateDefinitionStages.Blank<RouteTable.Update>RouteTable.UpdateStages.WithRoute. defineRoute(String name)Begins the definition of a new route to add to the route table.
-