Share via


IWithNextHopType.WithNextHopToVirtualAppliance(String) Method

Definition

Specifies the IP address of the virtual appliance for the next hop to go to.

public Microsoft.Azure.Management.Network.Fluent.Route.Update.IUpdate WithNextHopToVirtualAppliance (string ipAddress);
abstract member WithNextHopToVirtualAppliance : string -> Microsoft.Azure.Management.Network.Fluent.Route.Update.IUpdate
Public Function WithNextHopToVirtualAppliance (ipAddress As String) As IUpdate

Parameters

ipAddress
String

An IP address of an existing virtual appliance (virtual machine).

Returns

Applies to