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

BGPCommunity 类

定义

包含服务社区资源中提供的 bgp 社区信息。

public class BGPCommunity
type BGPCommunity = class
Public Class BGPCommunity
继承
BGPCommunity

构造函数

BGPCommunity()

初始化 BGPCommunity 类的新实例。

BGPCommunity(String, String, String, IList<String>, Nullable<Boolean>, String)

初始化 BGPCommunity 类的新实例。

属性

CommunityName

获取或设置 bgp 社区的名称。 例如 Skype。

CommunityPrefixes

获取或设置 bgp 社区包含的前缀。

CommunityValue

获取或设置 bgp 社区的值。 有关详细信息,请参阅 https://docs.microsoft.com/en-us/azure/expressroute/expressroute-routing

IsAuthorizedToUse

获取或设置客户是否有权使用 bgp 社区。

ServiceGroup

获取或设置 bgp 社区包含的服务组。

ServiceSupportedRegion

获取或设置服务支持的区域。 例如,对于 O365,区域为全局。

适用于