Freigeben über


INetworkInterface.EnableIPForwarding Property

Definition

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

Applies to