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

VpnLinkBgpSettings 构造函数

定义

重载

VpnLinkBgpSettings()

初始化 VpnLinkBgpSettings 类的新实例。

VpnLinkBgpSettings(Nullable<Int64>, String)

初始化 VpnLinkBgpSettings 类的新实例。

VpnLinkBgpSettings()

初始化 VpnLinkBgpSettings 类的新实例。

public VpnLinkBgpSettings ();
Public Sub New ()

适用于

VpnLinkBgpSettings(Nullable<Int64>, String)

初始化 VpnLinkBgpSettings 类的新实例。

public VpnLinkBgpSettings (long? asn = default, string bgpPeeringAddress = default);
new Microsoft.Azure.Management.Network.Models.VpnLinkBgpSettings : Nullable<int64> * string -> Microsoft.Azure.Management.Network.Models.VpnLinkBgpSettings
Public Sub New (Optional asn As Nullable(Of Long) = Nothing, Optional bgpPeeringAddress As String = Nothing)

参数

asn
Nullable<Int64>

BGP 扬声器的 ASN。

bgpPeeringAddress
String

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

适用于