IInternalNetworkPatch.BgpConfigurationPeerAsn Property
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.
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