VirtualHubEffectiveRoute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
VirtualHubEffectiveRoute() |
VirtualHubEffectiveRoute クラスの新しいインスタンスを初期化します。 |
VirtualHubEffectiveRoute(IList<String>, IList<String>, String, String, String) |
VirtualHubEffectiveRoute クラスの新しいインスタンスを初期化します。 |
VirtualHubEffectiveRoute()
VirtualHubEffectiveRoute クラスの新しいインスタンスを初期化します。
public VirtualHubEffectiveRoute ();
Public Sub New ()
適用対象
VirtualHubEffectiveRoute(IList<String>, IList<String>, String, String, String)
VirtualHubEffectiveRoute クラスの新しいインスタンスを初期化します。
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)
パラメーター
- nextHopType
- String
次ホップの種類。
- asPath
- String
このルートの ASPath。
- routeOrigin
- String
このルートの配信元。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET