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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET