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

VirtualNetworkGateway.DefinitionStages.WithBgp 接口

public interface WithBgp

定义阶段,允许指定虚拟网络网关的 BGP 扬声器设置。 注意:BGP 仅在 Route-Based VPN 网关上受支持。

方法摘要

修饰符和类型 方法和描述
VirtualNetworkGateway.DefinitionStages.WithCreate withBgp(long asn, String bgpPeeringAddress)

方法详细信息

withBgp

public WithCreate withBgp(long asn, String bgpPeeringAddress)

Parameters:

asn - BGP 扬声器的 ASN
bgpPeeringAddress - 此 BGP 扬声器的 BGP 对等互连地址和 BGP 标识符

适用于