VirtualHubRoute Constructors
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.
Overloads
VirtualHubRoute() |
Initializes a new instance of the VirtualHubRoute class. |
VirtualHubRoute(IList<String>, String) |
Initializes a new instance of the VirtualHubRoute class. |
VirtualHubRoute()
Initializes a new instance of the VirtualHubRoute class.
public VirtualHubRoute ();
Public Sub New ()
Applies to
VirtualHubRoute(IList<String>, String)
Initializes a new instance of the VirtualHubRoute class.
public VirtualHubRoute (System.Collections.Generic.IList<string> addressPrefixes = default, string nextHopIpAddress = default);
new Microsoft.Azure.Management.Network.Fluent.Models.VirtualHubRoute : System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Network.Fluent.Models.VirtualHubRoute
Public Sub New (Optional addressPrefixes As IList(Of String) = Nothing, Optional nextHopIpAddress As String = Nothing)
Parameters
- nextHopIpAddress
- String
NextHop ip address.