Uses of Interface
com.azure.resourcemanager.network.models.Route.Update
Packages that use Route.Update
Package
Description
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.UpdateModifier 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.