次の方法で共有


NetworkInterface.EnableAcceleratedNetworking プロパティ

定義

高速ネットワーク用にネットワーク インターフェイスが構成されているかどうかを取得または設定します。 高速ネットワークを必要とする VM サイズには適用されません。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象