ArmNetworkModelFactory.RoutingRuleNextHop Method

Definition

public static Azure.ResourceManager.Network.Models.RoutingRuleNextHop RoutingRuleNextHop(Azure.ResourceManager.Network.Models.RoutingRuleNextHopType nextHopType = default, string nextHopAddress = default);
static member RoutingRuleNextHop : Azure.ResourceManager.Network.Models.RoutingRuleNextHopType * string -> Azure.ResourceManager.Network.Models.RoutingRuleNextHop
Public Shared Function RoutingRuleNextHop (Optional nextHopType As RoutingRuleNextHopType = Nothing, Optional nextHopAddress As String = Nothing) As RoutingRuleNextHop

Parameters

nextHopType
RoutingRuleNextHopType

Next hop type.

nextHopAddress
String

Next hop address. Only required if the next hop type is VirtualAppliance.

Returns

A new RoutingRuleNextHop instance for mocking.

Applies to