Share via


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

IWithBgpRoutePropagation 接口

定义

路由表的阶段更新,允许指定是否禁用 BGP 在该路由表上学习的路由。

public interface IWithBgpRoutePropagation : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithBgpRoutePropagation = interface
    interface IBeta
Public Interface IWithBgpRoutePropagation
Implements IBeta
派生
实现

方法

WithDisableBgpRoutePropagation()

禁用 BGP 在该路由表上学习的路由。

WithEnableBgpRoutePropagation()

启用 BGP 在该路由表上学习的路由。

适用于