Bagikan melalui


NetworkConfiguration.EnableAcceleratedNetworking Property

Definition

Gets or sets whether this pool should enable accelerated networking.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Accelerated networking enables single root I/O virtualization (SR-IOV) to a VM, which may lead to improved networking performance. For more details, see: https://learn.microsoft.com/azure/virtual-network/accelerated-networking-overview.

Applies to