Share via


IQueryFilter.And Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Create=true, Description="The logical "AND" expression. Must have at least 2 items.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.IQueryFilter) }, Read=true, ReadOnly=false, Required=false, SerializedName="and", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.IQueryFilter> And { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Create=true, Description="The logical "AND" expression. Must have at least 2 items.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.IQueryFilter) }, Read=true, ReadOnly=false, Required=false, SerializedName="and", Update=true)>]
member this.And : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.IQueryFilter> with get, set
Public Property And As List(Of IQueryFilter)

Property Value

Attributes

Applies to