次の方法で共有


PrivateLinkService.NetworkInterfaces プロパティ

定義

このプライベート リンク サービス用に作成されたネットワーク インターフェイスへの参照の配列を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象