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

VpnSiteBaseCmdlet.ValidateAndCreatePSBgpSettings Method

Definition

protected Microsoft.Azure.Commands.Network.Models.PSBgpSettings ValidateAndCreatePSBgpSettings (uint bgpAsn, uint peeringWeight, string bgpPeeringAddress);
member this.ValidateAndCreatePSBgpSettings : uint32 * uint32 * string -> Microsoft.Azure.Commands.Network.Models.PSBgpSettings
Protected Function ValidateAndCreatePSBgpSettings (bgpAsn As UInteger, peeringWeight As UInteger, bgpPeeringAddress As String) As PSBgpSettings

Parameters

bgpAsn
UInt32
peeringWeight
UInt32
bgpPeeringAddress
String

Returns

Applies to