Share via


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

IWithBgp.WithBgp(Int64, String) 方法

定义

启用 BGP。

public Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Definition.IWithCreate WithBgp (long asn, string bgpPeeringAddress);
abstract member WithBgp : int64 * string -> Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Definition.IWithCreate
Public Function WithBgp (asn As Long, bgpPeeringAddress As String) As IWithCreate

参数

asn
Int64

BGP 扬声器的 ASN。

bgpPeeringAddress
String

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

返回

适用于