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