VirtualMachineScaleSetNetworkConfiguration.EnableIPForwarding Property

Definition

Gets or sets whether IP forwarding enabled on this NIC.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to