次の方法で共有


NetworkProfile.NetworkInterfaceConfigurations プロパティ

定義

仮想マシン ネットワーク リソースの作成に使用するネットワーク構成を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象