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

Route 接口

实现

ChildResource<RouteTable> HasInner<com.microsoft.azure.management.network.implementation.RouteInner>

public interface Route
extends HasInner<com.microsoft.azure.management.network.implementation.RouteInner>, ChildResource<RouteTable>

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

方法摘要

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

方法详细信息

destinationAddressPrefix

public abstract String destinationAddressPrefix()

Returns:

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

nextHopIPAddress

public abstract String nextHopIPAddress()

Returns:

下一跃点的 IP 地址

nextHopType

public abstract RouteNextHopType nextHopType()

Returns:

下一跃点的类型

适用于