IScaleUnits.NetworkControllerNetworkVirtualizationEnabled 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.
NetworkVirtualizationEnabled of network controller used for SDN Integration.
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="NetworkVirtualizationEnabled of network controller used for SDN Integration.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="networkVirtualizationEnabled")]
public bool? NetworkControllerNetworkVirtualizationEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="NetworkVirtualizationEnabled of network controller used for SDN Integration.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="networkVirtualizationEnabled")>]
member this.NetworkControllerNetworkVirtualizationEnabled : Nullable<bool> with get, set
Public Property NetworkControllerNetworkVirtualizationEnabled As Nullable(Of Boolean)
Property Value
- Attributes