Share via


NextHopParameters Constructors

Definition

Overloads

NextHopParameters()

Initializes a new instance of the NextHopParameters class.

NextHopParameters(String, String, String, String)

Initializes a new instance of the NextHopParameters class.

NextHopParameters()

Initializes a new instance of the NextHopParameters class.

public NextHopParameters ();
Public Sub New ()

Applies to

NextHopParameters(String, String, String, String)

Initializes a new instance of the NextHopParameters class.

public NextHopParameters (string targetResourceId, string sourceIPAddress, string destinationIPAddress, string targetNicResourceId = default);
new Microsoft.Azure.Management.Network.Fluent.Models.NextHopParameters : string * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.NextHopParameters
Public Sub New (targetResourceId As String, sourceIPAddress As String, destinationIPAddress As String, Optional targetNicResourceId As String = Nothing)

Parameters

targetResourceId
String

The resource identifier of the target resource against which the action is to be performed.

sourceIPAddress
String

The source IP address.

destinationIPAddress
String

The destination IP address.

targetNicResourceId
String

The NIC ID. (If VM has multiple NICs and IP forwarding is enabled on any of the nics, then this parameter must be specified. Otherwise optional).

Applies to