INetworkInterface.EnableIPForwarding Property

Definition

Indicates whether IP forwarding is enabled on this network interface.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="Indicates whether IP forwarding is enabled on this network interface.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enableIPForwarding", Update=true)]
public bool? EnableIPForwarding { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="Indicates whether IP forwarding is enabled on this network interface.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enableIPForwarding", Update=true)>]
member this.EnableIPForwarding : Nullable<bool> with get, set
Public Property EnableIPForwarding As Nullable(Of Boolean)

Property Value

Attributes

Applies to