ISkuInformation.Enabled 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.
The sku is enabled or not.
[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="The sku is enabled or not.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="enabled")]
public bool? Enabled { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="The sku is enabled or not.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="enabled")>]
member this.Enabled : Nullable<bool>
Public ReadOnly Property Enabled As Nullable(Of Boolean)
Property Value
- Attributes