NextHopParameters 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
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
Azure SDK for .NET