NextHopParameters interface
Parameters that define the source and destination endpoint.
Properties
destination |
The destination IP address. |
source |
The source IP address. |
target |
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). |
target |
The resource identifier of the target resource against which the action is to be performed. |
Property Details
destinationIPAddress
The destination IP address.
destinationIPAddress: string
Property Value
string
sourceIPAddress
The source IP address.
sourceIPAddress: string
Property Value
string
targetNicResourceId
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).
targetNicResourceId?: string
Property Value
string
targetResourceId
The resource identifier of the target resource against which the action is to be performed.
targetResourceId: string
Property Value
string