ArmNetworkModelFactory.VpnLinkBgpSettings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.Network.Models.VpnLinkBgpSettings VpnLinkBgpSettings(long? asn = default, string bgpPeeringAddress = default);
static member VpnLinkBgpSettings : Nullable<int64> * string -> Azure.ResourceManager.Network.Models.VpnLinkBgpSettings
Public Shared Function VpnLinkBgpSettings (Optional asn As Nullable(Of Long) = Nothing, Optional bgpPeeringAddress As String = Nothing) As VpnLinkBgpSettings
Parameters
- bgpPeeringAddress
- String
The BGP peering address and BGP identifier of this BGP speaker.
Returns
A new VpnLinkBgpSettings instance for mocking.