Share via


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