ArmNetworkModelFactory.VpnLinkBgpSettings Method

Definition

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

asn
Nullable<Int64>

The BGP speaker's ASN.

bgpPeeringAddress
String

The BGP peering address and BGP identifier of this BGP speaker.

Returns

A new VpnLinkBgpSettings instance for mocking.

Applies to