次の方法で共有


NextHopResult コンストラクター

定義

オーバーロード

NextHopResult()

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

NextHopResult(String, String, String)

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

NextHopResult()

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

public NextHopResult ();
Public Sub New ()

適用対象

NextHopResult(String, String, String)

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

public NextHopResult (string nextHopType = default, string nextHopIpAddress = default, string routeTableId = default);
new Microsoft.Azure.Management.Network.Models.NextHopResult : string * string * string -> Microsoft.Azure.Management.Network.Models.NextHopResult
Public Sub New (Optional nextHopType As String = Nothing, Optional nextHopIpAddress As String = Nothing, Optional routeTableId As String = Nothing)

パラメーター

nextHopType
String

次ホップの種類。 使用できる値は、'Internet'、'VirtualAppliance'、'VirtualNetworkGateway'、'VnetLocal'、'HyperNetGateway'、'None' です。

nextHopIpAddress
String

次ホップ IP アドレス。

routeTableId
String

返されるルートに関連付けられているルート テーブルのリソース識別子。 返されるルートがユーザーが作成したルートに対応していない場合、このフィールドは文字列 'System Route' になります。

適用対象