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

RouteTable 接口

实现

HasAssociatedSubnets UpdatableWithTags<RouteTable> GroupableResource<com.microsoft.azure.management.network.implementation.NetworkManager,com.microsoft.azure.management.network.implementation.RouteTableInner> <刷新RouteTable> 更新<更新>

public interface RouteTable
extends GroupableResource<com.microsoft.azure.management.network.implementation.NetworkManager,com.microsoft.azure.management.network.implementation.RouteTableInner>, Refreshable<RouteTable>, Updatable<Update>, UpdatableWithTags<RouteTable>, HasAssociatedSubnets

路由表管理的入口点。

方法摘要

修饰符和类型 方法和描述
abstract boolean isBgpRoutePropagationDisabled()
abstract java.util.Map<java.lang.String,Route> routes()

方法详细信息

isBgpRoutePropagationDisabled

public abstract boolean isBgpRoutePropagationDisabled()

Returns:

是否禁用 BGP 在该路由表上获知的路由。 True 表示禁用。

routes

public abstract Map routes()

Returns:

此路由表的路由

适用于