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

BGPCommunity 构造函数

定义

重载

BGPCommunity()

初始化 BGPCommunity 类的新实例。

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

初始化 BGPCommunity 类的新实例。

BGPCommunity()

初始化 BGPCommunity 类的新实例。

public BGPCommunity ();
Public Sub New ()

适用于

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

初始化 BGPCommunity 类的新实例。

public BGPCommunity (string serviceSupportedRegion = default, string communityName = default, string communityValue = default, System.Collections.Generic.IList<string> communityPrefixes = default, bool? isAuthorizedToUse = default, string serviceGroup = default);
new Microsoft.Azure.Management.Network.Fluent.Models.BGPCommunity : string * string * string * System.Collections.Generic.IList<string> * Nullable<bool> * string -> Microsoft.Azure.Management.Network.Fluent.Models.BGPCommunity
Public Sub New (Optional serviceSupportedRegion As String = Nothing, Optional communityName As String = Nothing, Optional communityValue As String = Nothing, Optional communityPrefixes As IList(Of String) = Nothing, Optional isAuthorizedToUse As Nullable(Of Boolean) = Nothing, Optional serviceGroup As String = Nothing)

参数

serviceSupportedRegion
String

服务支持的区域。 例如,对于 O365,区域为 Global。

communityName
String

bgp 社区的名称。 例如 Skype。

communityValue
String

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

communityPrefixes
IList<String>

bgp 社区包含的前缀。

isAuthorizedToUse
Nullable<Boolean>

客户是否有权使用 bgp 社区。

serviceGroup
String

bgp 社区的服务组包含。

适用于