IVirtualNetworkTap.NetworkInterfaceTapConfiguration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the list of resource IDs for the network interface IP configuration that needs to be tapped.
[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(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.Api20210301.INetworkInterfaceTapConfiguration) }, ReadOnly=true, Required=false, SerializedName="networkInterfaceTapConfigurations")]
public Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterfaceTapConfiguration[] NetworkInterfaceTapConfiguration { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(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.Api20210301.INetworkInterfaceTapConfiguration) }, ReadOnly=true, Required=false, SerializedName="networkInterfaceTapConfigurations")>]
member this.NetworkInterfaceTapConfiguration : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkInterfaceTapConfiguration[]
Public ReadOnly Property NetworkInterfaceTapConfiguration As INetworkInterfaceTapConfiguration()
Property Value
- Attributes