Share via


NetworkInterfaceIPConfiguration.VirtualNetworkTaps Property

Definition

Gets or sets the reference to Virtual Network Taps.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.virtualNetworkTaps")]
public System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.VirtualNetworkTap> VirtualNetworkTaps { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.virtualNetworkTaps")>]
member this.VirtualNetworkTaps : System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.VirtualNetworkTap> with get, set
Public Property VirtualNetworkTaps As IList(Of VirtualNetworkTap)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to