Share via


ITrunkedNetwork.Vlan Property

Definition

The list of vlans that are selected from the isolation domains for trunking.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The list of vlans that are selected from the isolation domains for trunking.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="vlans", Update=false)]
public System.Collections.Generic.List<long> Vlan { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The list of vlans that are selected from the isolation domains for trunking.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="vlans", Update=false)>]
member this.Vlan : System.Collections.Generic.List<int64> with get, set
Public Property Vlan As List(Of Long)

Property Value

Attributes

Applies to