Partager via


RoutingRuleNextHop Constructors

Definition

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.

Applies to