IWithNextHopType<ParentT>.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.UpdateDefinition.IWithAttach<ParentT> 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.UpdateDefinition.IWithAttach<'ParentT>
Public Function WithNextHop (nextHopType As RouteNextHopType) As IWithAttach(Of ParentT)
Parameters
- nextHopType
- RouteNextHopType
A hop type.