NextHopParameters Class

Definition

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.

Applies to