ParentT - the return type of Attachable.InDefinition.attach()public static interface Route.UpdateDefinitionStages.WithNextHopType<ParentT>
| Modifier and Type | Method and Description |
|---|---|
Route.UpdateDefinitionStages.WithAttach<ParentT> |
withNextHop(RouteNextHopType nextHopType)
Specifies the next hop type.
|
Route.UpdateDefinitionStages.WithAttach<ParentT> |
withNextHopToVirtualAppliance(String ipAddress)
Specifies the IP address of the virtual appliance for the next hop to go to.
|
Route.UpdateDefinitionStages.WithAttach<ParentT> withNextHop(RouteNextHopType nextHopType)
To use a virtual appliance, use withNextHopToVirtualAppliance(String) instead and specify its IP address.
nextHopType - a hop typeRoute.UpdateDefinitionStages.WithAttach<ParentT> 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.
*/