RoutingRuleNextHop Constructors
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.
Overloads
RoutingRuleNextHop() |
Initializes a new instance of the RoutingRuleNextHop class. |
RoutingRuleNextHop(String, String) |
Initializes a new instance of the RoutingRuleNextHop class. |
RoutingRuleNextHop()
Initializes a new instance of the RoutingRuleNextHop class.
public RoutingRuleNextHop ();
Public Sub New ()
Applies to
RoutingRuleNextHop(String, String)
Initializes a new instance of the RoutingRuleNextHop class.
public RoutingRuleNextHop (string nextHopType, string nextHopAddress = default);
new Microsoft.Azure.Management.Network.Models.RoutingRuleNextHop : string * string -> Microsoft.Azure.Management.Network.Models.RoutingRuleNextHop
Public Sub New (nextHopType As String, Optional nextHopAddress As String = Nothing)
Parameters
- nextHopType
- String
Next hop type. Possible values include: 'Internet', 'NoNextHop', 'VirtualAppliance', 'VirtualNetworkGateway', 'VnetLocal'
- nextHopAddress
- String
Next hop address. Only required if the next hop type is VirtualAppliance.