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

BgpSettings 构造函数

定义

重载

BgpSettings()

初始化 BgpSettings 类的新实例。

BgpSettings(Nullable<Int64>, String, Nullable<Int32>, IList<IPConfigurationBgpPeeringAddress>)

初始化 BgpSettings 类的新实例。

BgpSettings()

初始化 BgpSettings 类的新实例。

public BgpSettings();
Public Sub New ()

适用于

BgpSettings(Nullable<Int64>, String, Nullable<Int32>, IList<IPConfigurationBgpPeeringAddress>)

初始化 BgpSettings 类的新实例。

public BgpSettings(long? asn = default, string bgpPeeringAddress = default, int? peerWeight = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.IPConfigurationBgpPeeringAddress> bgpPeeringAddresses = default);
new Microsoft.Azure.Management.Network.Models.BgpSettings : Nullable<int64> * string * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.IPConfigurationBgpPeeringAddress> -> Microsoft.Azure.Management.Network.Models.BgpSettings
Public Sub New (Optional asn As Nullable(Of Long) = Nothing, Optional bgpPeeringAddress As String = Nothing, Optional peerWeight As Nullable(Of Integer) = Nothing, Optional bgpPeeringAddresses As IList(Of IPConfigurationBgpPeeringAddress) = Nothing)

参数

asn
Nullable<Int64>

BGP 扬声器的 ASN。

bgpPeeringAddress
String

此 BGP 扬声器的 BGP 对等互连地址和 BGP 标识符。

peerWeight
Nullable<Int32>

添加到从此 BGP 扬声器学习的路由的权重。

bgpPeeringAddresses
IList<IPConfigurationBgpPeeringAddress>

具有虚拟网络网关 IP 配置 ID 的 BGP 对等互连地址。

适用于