ISwitchExtension.ExtensionEnabled 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 represents whether extension is enabled on virtualSwitch.
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="This represents whether extension is enabled on virtualSwitch.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="extensionEnabled")]
public bool? ExtensionEnabled { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="This represents whether extension is enabled on virtualSwitch.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="extensionEnabled")>]
member this.ExtensionEnabled : Nullable<bool>
Public ReadOnly Property ExtensionEnabled As Nullable(Of Boolean)
Property Value
- Attributes