次の方法で共有


StaticRoute コンストラクター

定義

オーバーロード

StaticRoute()

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

StaticRoute(String, IList<String>, String)

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

StaticRoute()

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

public StaticRoute ();
Public Sub New ()

適用対象

StaticRoute(String, IList<String>, String)

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

public StaticRoute (string name = default, System.Collections.Generic.IList<string> addressPrefixes = default, string nextHopIpAddress = default);
new Microsoft.Azure.Management.Network.Models.StaticRoute : string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Network.Models.StaticRoute
Public Sub New (Optional name As String = Nothing, Optional addressPrefixes As IList(Of String) = Nothing, Optional nextHopIpAddress As String = Nothing)

パラメーター

name
String

VnetRoute 内で一意の StaticRoute の名前。

addressPrefixes
IList<String>

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

nextHopIpAddress
String

次ホップの IP アドレス。

適用対象