IWithNextHopType<ParentT>.WithNextHopToVirtualAppliance(String) Method
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.
Specifies the IP address of the virtual appliance for the next hop to go to.
public Microsoft.Azure.Management.Network.Fluent.Route.UpdateDefinition.IWithAttach<ParentT> WithNextHopToVirtualAppliance (string ipAddress);
abstract member WithNextHopToVirtualAppliance : string -> Microsoft.Azure.Management.Network.Fluent.Route.UpdateDefinition.IWithAttach<'ParentT>
Public Function WithNextHopToVirtualAppliance (ipAddress As String) As IWithAttach(Of ParentT)
Parameters
- ipAddress
- System.String
An IP address of an existing virtual appliance (virtual machine).