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 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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/