HciVmNetworkInterfaceProperties.IsSdnPoliciesBypassed 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.
This setting is applicable only when SDN is supported and enabled in the environment. Indicates whether SDN policies should be bypassed for this network interface. By default, SDN is enabled. Set this value to true only if you want to disable SDN for the network interface.
public bool? IsSdnPoliciesBypassed { get; set; }
member this.IsSdnPoliciesBypassed : Nullable<bool> with get, set
Public Property IsSdnPoliciesBypassed As Nullable(Of Boolean)