你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Route 接口

public interface Route extends HasInner,ChildResource

路由表路由的客户端不可变表示形式。

方法摘要

修饰符和类型 方法和描述
String destinationAddressPrefix()
String nextHopIPAddress()
RouteNextHopType nextHopType()

继承成员

方法详细信息

destinationAddressPrefix

public String destinationAddressPrefix()

Returns:

目标地址前缀,使用 CIDR 表示法表示,路由应用于

nextHopIPAddress

public String nextHopIPAddress()

Returns:

下一跃点的 IP 地址

nextHopType

public RouteNextHopType nextHopType()

Returns:

下一跃点的类型

适用于