次の方法で共有


NetworkConfiguration.EnableAcceleratedNetworking プロパティ

定義

このプールで高速ネットワークを有効にする必要があるかどうかを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

高速ネットワークを使用すると、VM への単一ルート I/O 仮想化 (SR-IOV) が有効になり、ネットワーク パフォーマンスが向上する可能性があります。 詳細については、次を参照してください。 https://learn.microsoft.com/azure/virtual-network/accelerated-networking-overview.

適用対象