Share via


NetworkConfiguration.EnableAcceleratedNetworking Property

Definition

Gets or sets whether this pool should enable accelerated networking.

public bool? EnableAcceleratedNetworking { get; set; }
member this.EnableAcceleratedNetworking : Nullable<bool> with get, set
Public Property EnableAcceleratedNetworking As Nullable(Of Boolean)

Property Value

Remarks

This property can only be specified for pools created with a VirtualMachineConfiguration.

Applies to