次の方法で共有


IWithRoute.WithRoute(String, RouteNextHopType) メソッド

定義

非仮想アプライアンス ルートを作成します。 名前は自動的に生成されます。

public Microsoft.Azure.Management.Network.Fluent.RouteTable.Definition.IWithCreate WithRoute (string destinationAddressPrefix, Microsoft.Azure.Management.Network.Fluent.Models.RouteNextHopType nextHop);
abstract member WithRoute : string * Microsoft.Azure.Management.Network.Fluent.Models.RouteNextHopType -> Microsoft.Azure.Management.Network.Fluent.RouteTable.Definition.IWithCreate
Public Function WithRoute (destinationAddressPrefix As String, nextHop As RouteNextHopType) As IWithCreate

パラメーター

destinationAddressPrefix
String

適用するルートの宛先アドレス プレフィックス (CIDR 表記で表されます)。

nextHop
RouteNextHopType

次ホップの種類。

戻り値

適用対象