Partager via


NetworkConfiguration.EnableAcceleratedNetworking Propriété

Définition

Obtient ou définit si ce pool doit activer la mise en réseau accélérée.

[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)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

La mise en réseau accélérée permet une virtualisation d’E/S racine unique (SR-IOV) sur une machine virtuelle, ce qui peut améliorer les performances réseau. Pour plus d’informations, consultez : https://learn.microsoft.com/azure/virtual-network/accelerated-networking-overview.

S’applique à