次の方法で共有


HubRoute コンストラクター

定義

オーバーロード

HubRoute()

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

HubRoute(String, String, IList<String>, String, String)

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

HubRoute()

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

public HubRoute ();
Public Sub New ()

適用対象

HubRoute(String, String, IList<String>, String, String)

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

public HubRoute (string name, string destinationType, System.Collections.Generic.IList<string> destinations, string nextHopType, string nextHop);
new Microsoft.Azure.Management.Network.Models.HubRoute : string * string * System.Collections.Generic.IList<string> * string * string -> Microsoft.Azure.Management.Network.Models.HubRoute
Public Sub New (name As String, destinationType As String, destinations As IList(Of String), nextHopType As String, nextHop As String)

パラメーター

name
String

RouteTable 内で一意のルートの名前。 この名前は、このルートにアクセスするために使用できます。

destinationType
String

宛先の種類 (CIDR、ResourceId、サービスなど)。

destinations
IList<String>

すべての宛先の一覧。

nextHopType
String

次ホップの種類 (例: ResourceId)。

nextHop
String

NextHop リソース ID。

適用対象