NetworkInterface.EnableAcceleratedNetworking Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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