Share via


NetworkInterfaceInner.TapConfigurations Property

Definition

Gets a list of TapConfigurations of the network interface.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.tapConfigurations")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceTapConfigurationInner> TapConfigurations { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.tapConfigurations")>]
member this.TapConfigurations : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceTapConfigurationInner>
Public ReadOnly Property TapConfigurations As IList(Of NetworkInterfaceTapConfigurationInner)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to