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