IVirtualNetworkTap.NetworkInterfaceTapConfiguration Property

Definition

Specifies the list of resource IDs for the network interface IP configuration that needs to be tapped.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="Specifies the list of resource IDs for the network interface IP configuration that needs to be tapped.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.INetworkInterfaceTapConfiguration) }, Read=true, ReadOnly=true, Required=false, SerializedName="networkInterfaceTapConfigurations", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.INetworkInterfaceTapConfiguration> NetworkInterfaceTapConfiguration { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="Specifies the list of resource IDs for the network interface IP configuration that needs to be tapped.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.INetworkInterfaceTapConfiguration) }, Read=true, ReadOnly=true, Required=false, SerializedName="networkInterfaceTapConfigurations", Update=false)>]
member this.NetworkInterfaceTapConfiguration : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.INetworkInterfaceTapConfiguration>
Public ReadOnly Property NetworkInterfaceTapConfiguration As List(Of INetworkInterfaceTapConfiguration)

Property Value

Attributes

Applies to