IInternalNetworkPatch.BgpConfigurationPeerAsn Property

Definition

Peer ASN. Example: 65047.

[Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=true, Description="Peer ASN. Example: 65047.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="peerASN", Update=true)]
public long? BgpConfigurationPeerAsn { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=true, Description="Peer ASN. Example: 65047.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="peerASN", Update=true)>]
member this.BgpConfigurationPeerAsn : Nullable<int64> with get, set
Public Property BgpConfigurationPeerAsn As Nullable(Of Long)

Property Value

Attributes

Applies to