次の方法で共有


NetworkInterface.TapConfigurations プロパティ

定義

ネットワーク インターフェイスの TapConfigurations の一覧を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象