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