OptionBLayer3Configuration Constructor

Definition

Initializes a new instance of OptionBLayer3Configuration.

public OptionBLayer3Configuration(long? peerAsn, int? vlanId);
new Azure.ResourceManager.ManagedNetworkFabric.Models.OptionBLayer3Configuration : Nullable<int64> * Nullable<int> -> Azure.ResourceManager.ManagedNetworkFabric.Models.OptionBLayer3Configuration
Public Sub New (peerAsn As Nullable(Of Long), vlanId As Nullable(Of Integer))

Parameters

peerAsn
Nullable<Int64>

ASN of PE devices for CE/PE connectivity.Example : 28.

vlanId
Nullable<Int32>

VLAN for CE/PE Layer 3 connectivity.Example : 501.

Applies to