Share via


IL3Network.Vlan Property

Definition

The VLAN from the l3IsolationDomain that is used for this network.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The VLAN from the l3IsolationDomain that is used for this network.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="vlan", Update=false)]
public long? Vlan { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The VLAN from the l3IsolationDomain that is used for this network.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="vlan", Update=false)>]
member this.Vlan : Nullable<int64> with get, set
Public Property Vlan As Nullable(Of Long)

Property Value

Attributes

Applies to