ArmNetworkModelFactory.RoutingRuleNextHop 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.
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.