Sdílet prostřednictvím


QueryComparisonExpression Class

Definition

The comparison expression to be used in the query.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.QueryComparisonExpressionTypeConverter))]
public class QueryComparisonExpression : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IQueryComparisonExpression, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IQueryComparisonExpressionInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.QueryComparisonExpressionTypeConverter))>]
type QueryComparisonExpression = class
    interface IQueryComparisonExpression
    interface IJsonSerializable
    interface IQueryComparisonExpressionInternal
Public Class QueryComparisonExpression
Implements IQueryComparisonExpression, IQueryComparisonExpressionInternal
Inheritance
QueryComparisonExpression
Attributes
Implements

Constructors

QueryComparisonExpression()

Creates an new QueryComparisonExpression instance.

Properties

Name

The name of the column to use in comparison.

Operator

The operator to use for comparison.

Value

Array of values to use for comparison

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of QueryComparisonExpression.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of QueryComparisonExpression.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IQueryComparisonExpression.

FromJsonString(String)

Creates a new instance of QueryComparisonExpression, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of QueryComparisonExpression into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Explicit Interface Implementations

IQueryComparisonExpressionInternal.Operator

Internal Acessors for Operator

Applies to