Share via


VirtualHubEffectiveRoute Constructors

Definition

Overloads

VirtualHubEffectiveRoute()

Initializes a new instance of the VirtualHubEffectiveRoute class.

VirtualHubEffectiveRoute(IList<String>, IList<String>, String, String, String)

Initializes a new instance of the VirtualHubEffectiveRoute class.

VirtualHubEffectiveRoute()

Initializes a new instance of the VirtualHubEffectiveRoute class.

public VirtualHubEffectiveRoute ();
Public Sub New ()

Applies to

VirtualHubEffectiveRoute(IList<String>, IList<String>, String, String, String)

Initializes a new instance of the VirtualHubEffectiveRoute class.

public VirtualHubEffectiveRoute (System.Collections.Generic.IList<string> addressPrefixes = default, System.Collections.Generic.IList<string> nextHops = default, string nextHopType = default, string asPath = default, string routeOrigin = default);
new Microsoft.Azure.Management.Network.Models.VirtualHubEffectiveRoute : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string * string * string -> Microsoft.Azure.Management.Network.Models.VirtualHubEffectiveRoute
Public Sub New (Optional addressPrefixes As IList(Of String) = Nothing, Optional nextHops As IList(Of String) = Nothing, Optional nextHopType As String = Nothing, Optional asPath As String = Nothing, Optional routeOrigin As String = Nothing)

Parameters

addressPrefixes
IList<String>

The list of address prefixes.

nextHops
IList<String>

The list of next hops.

nextHopType
String

The type of the next hop.

asPath
String

The ASPath of this route.

routeOrigin
String

The origin of this route.

Applies to