INetworkInterfacePropertiesFormat.TapConfiguration Property

Definition

A list of TapConfigurations of the network interface.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="A list of TapConfigurations of the network interface.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.INetworkInterfaceTapConfiguration) }, Read=true, ReadOnly=true, Required=false, SerializedName="tapConfigurations", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.INetworkInterfaceTapConfiguration> TapConfiguration { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="A list of TapConfigurations of the network interface.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.INetworkInterfaceTapConfiguration) }, Read=true, ReadOnly=true, Required=false, SerializedName="tapConfigurations", Update=false)>]
member this.TapConfiguration : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.INetworkInterfaceTapConfiguration>
Public ReadOnly Property TapConfiguration As List(Of INetworkInterfaceTapConfiguration)

Property Value

Attributes

Applies to