次の方法で共有


NetworkInterfaceReference.Primary プロパティ

定義

仮想マシンに 1 つ以上のネットワーク インターフェイスがある場合に備えて、プライマリ ネットワーク インターフェイスを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.primary")]
public bool? Primary { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.primary")>]
member this.Primary : Nullable<bool> with get, set
Public Property Primary As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象