IWithNextHopType.WithNextHop(RouteNextHopType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the next hop type. To use a virtual appliance, use .withNextHopToVirtualAppliance(String) instead and specify its IP address.
public Microsoft.Azure.Management.Network.Fluent.Route.Update.IUpdate WithNextHop (Microsoft.Azure.Management.Network.Fluent.Models.RouteNextHopType nextHopType);
abstract member WithNextHop : Microsoft.Azure.Management.Network.Fluent.Models.RouteNextHopType -> Microsoft.Azure.Management.Network.Fluent.Route.Update.IUpdate
Public Function WithNextHop (nextHopType As RouteNextHopType) As IUpdate
Parameters
- nextHopType
- RouteNextHopType
A hop type.