IQueryFilter.Dimensions 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.
Has comparison expression for a dimension
[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="Has comparison expression for a dimension", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IQueryComparisonExpression) }, ReadOnly=false, Required=false, SerializedName="dimensions")]
public Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IQueryComparisonExpression Dimensions { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="Has comparison expression for a dimension", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IQueryComparisonExpression) }, ReadOnly=false, Required=false, SerializedName="dimensions")>]
member this.Dimensions : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IQueryComparisonExpression with get, set
Public Property Dimensions As IQueryComparisonExpression
Property Value
- Attributes