次の方法で共有


SecurityGroupViewResult.NetworkInterfaces プロパティ

定義

指定した VM 上のネットワーク インターフェイスの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象