VirtualHubEffectiveRoute 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
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
- nextHopType
- String
The type of the next hop.
- asPath
- String
The ASPath of this route.
- routeOrigin
- String
The origin of this route.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.