NetworkInterface.EnableAcceleratedNetworking Property

Definition

Gets or sets if the network interface is configured for accelerated networking. Not applicable to VM sizes which require accelerated networking.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to