次の方法で共有


EffectiveRoute コンストラクター

定義

オーバーロード

EffectiveRoute()

EffectiveRoute クラスの新しいインスタンスを初期化します。

EffectiveRoute(String, Nullable<Boolean>, String, String, IList<String>, IList<String>, String)

EffectiveRoute クラスの新しいインスタンスを初期化します。

EffectiveRoute()

EffectiveRoute クラスの新しいインスタンスを初期化します。

public EffectiveRoute ();
Public Sub New ()

適用対象

EffectiveRoute(String, Nullable<Boolean>, String, String, IList<String>, IList<String>, String)

EffectiveRoute クラスの新しいインスタンスを初期化します。

public EffectiveRoute (string name = default, bool? disableBgpRoutePropagation = default, string source = default, string state = default, System.Collections.Generic.IList<string> addressPrefix = default, System.Collections.Generic.IList<string> nextHopIpAddress = default, string nextHopType = default);
new Microsoft.Azure.Management.Network.Models.EffectiveRoute : string * Nullable<bool> * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Network.Models.EffectiveRoute
Public Sub New (Optional name As String = Nothing, Optional disableBgpRoutePropagation As Nullable(Of Boolean) = Nothing, Optional source As String = Nothing, Optional state As String = Nothing, Optional addressPrefix As IList(Of String) = Nothing, Optional nextHopIpAddress As IList(Of String) = Nothing, Optional nextHopType As String = Nothing)

パラメーター

name
String

ユーザー定義ルートの名前。 これは省略可能です。

disableBgpRoutePropagation
Nullable<Boolean>

true の場合、オンプレミス ルートはサブネット内のネットワーク インターフェイスに伝達されません。

source
String

ルートを作成したユーザー。 指定できる値は、'Unknown'、'User'、'VirtualNetworkGateway'、'Default' です。

state
String

有効なルートの値。 使用可能な値は、'Active'、'Invalid' です。

addressPrefix
IList<String>

有効なルートのアドレス プレフィックス (CIDR 表記)。

nextHopIpAddress
IList<String>

有効なルートの次ホップの IP アドレス。

nextHopType
String

パケットの送信先となる Azure ホップの種類。 使用できる値は、'VirtualNetworkGateway'、'VnetLocal'、'Internet'、'VirtualAppliance'、'None' です。

適用対象