次の方法で共有


HubRoute(String, String, IEnumerable<String>, String, String) コンストラクター

定義

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

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

パラメーター

name
String

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

destinationType
String

宛先の種類 (CIDR、ResourceId、Service など)。

destinations
IEnumerable<String>

すべての宛先の一覧。

nextHopType
String

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

nextHop
String

NextHop リソース ID。

例外

namedestinationTypedestinationsnextHopType または nextHop が null です。

適用対象