NextHopParameters Class
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.
Parameters that define the source and destination endpoint.
public class NextHopParameters
type NextHopParameters = class
Public Class NextHopParameters
- Inheritance
-
NextHopParameters
Constructors
NextHopParameters() |
Initializes a new instance of the NextHopParameters class. |
NextHopParameters(String, String, String, String) |
Initializes a new instance of the NextHopParameters class. |
Properties
DestinationIPAddress |
Gets or sets the destination IP address. |
SourceIPAddress |
Gets or sets the source IP address. |
TargetNicResourceId |
Gets or sets 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). |
TargetResourceId |
Gets or sets the resource identifier of the target resource against which the action is to be performed. |
Methods
Validate() |
Validate the object. |