IExternalNetworkPatchProperties.OptionAPropertyMtu Property

Definition

MTU to use for option A peering.

[Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=true, Description="MTU to use for option A peering.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="mtu", Update=true)]
public int? OptionAPropertyMtu { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=true, Description="MTU to use for option A peering.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="mtu", Update=true)>]
member this.OptionAPropertyMtu : Nullable<int> with get, set
Public Property OptionAPropertyMtu As Nullable(Of Integer)

Property Value

Attributes

Applies to