次の方法で共有


VirtualHubEffectiveRoute コンストラクター

定義

オーバーロード

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)

パラメーター

addressPrefixes
IList<String>

アドレス プレフィックスの一覧。

nextHops
IList<String>

次ホップの一覧。

nextHopType
String

次ホップの種類。

asPath
String

このルートの ASPath。

routeOrigin
String

このルートの配信元。

適用対象