次の方法で共有


PrivateLinkServiceInner.NetworkInterfaces プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象