public static interface Route.UpdateStages.WithNextHopType
| Modifier and Type | Method and Description |
|---|---|
Route.Update |
withNextHop(RouteNextHopType nextHopType)
Specifies the next hop type.
|
Route.Update |
withNextHopToVirtualAppliance(String ipAddress)
Specifies the IP address of the virtual appliance for the next hop to go to.
|
Route.Update withNextHop(RouteNextHopType nextHopType)
To use a virtual appliance, use Route.UpdateStages.WithNextHopType.withNextHopToVirtualAppliance(String) instead and specify its
IP address.
nextHopType - a hop typeRoute.Update withNextHopToVirtualAppliance(String ipAddress)
ipAddress - an IP address of an existing virtual appliance (virtual machine)Copyright © 2020 Microsoft Corporation. All rights reserved.