ExternalNetworkOptionAProperties Constructor

Definition

Initializes a new instance of ExternalNetworkOptionAProperties.

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

Parameters

vlanId
Nullable<Int32>

Vlan identifier. Example : 501.

peerAsn
Nullable<Int64>

Peer ASN number.Example : 28.

Applies to