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

IBlank<ParentT> 接口

定义

作为网络路由筛选器组更新的一部分的路由筛选器规则说明的第一阶段。

public interface IBlank<ParentT> : Microsoft.Azure.Management.Network.Fluent.RouteFilterRule.UpdateDefinition.IWithBgpCommunities<ParentT>
type IBlank<'ParentT> = interface
    interface IWithBgpCommunities<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithBgpCommunities(Of ParentT)

类型参数

ParentT

最终的 Attachable.attach () 的返回类型。

派生
实现

方法

WithBgpCommunities(String[])

设置要筛选的 bgp 社区值的集合。例如 ['12076:5010','12076:5020']。

(继承自 IWithBgpCommunities<ParentT>)
WithBgpCommunity(String)

设置要筛选的 bgp 社区值。例如“12076:5020”。

(继承自 IWithBgpCommunities<ParentT>)
WithoutBgpCommunity(String)

删除要筛选的 bgp 社区值。例如“12076:5010”。

(继承自 IWithBgpCommunities<ParentT>)

适用于