VirtualMachineScaleSetNetworkConfiguration.EnableFpga Property

Definition

Gets or sets specifies whether the network interface is FPGA networking-enabled.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enableFpga")]
public bool? EnableFpga { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enableFpga")>]
member this.EnableFpga : Nullable<bool> with get, set
Public Property EnableFpga As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to