次の方法で共有


NetworkProfile.NetworkInterfaces プロパティ

定義

仮想マシンに関連付けられているネットワーク インターフェイスのリソース ID の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象