EffectiveRoute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
ユーザー定義ルートの名前。 これは省略可能です。
- source
- String
ルートを作成したユーザー。 指定できる値は、'Unknown'、'User'、'VirtualNetworkGateway'、'Default' です。
- state
- String
有効なルートの値。 使用可能な値は、'Active'、'Invalid' です。
- nextHopType
- String
パケットの送信先となる Azure ホップの種類。 使用できる値は、'VirtualNetworkGateway'、'VnetLocal'、'Internet'、'VirtualAppliance'、'None' です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET