ReportConfigComparisonExpression Class
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 comparison expression to be used in the report.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ReportConfigComparisonExpressionTypeConverter))]
public class ReportConfigComparisonExpression : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IReportConfigComparisonExpression, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IReportConfigComparisonExpressionInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ReportConfigComparisonExpressionTypeConverter))>]
type ReportConfigComparisonExpression = class
interface IReportConfigComparisonExpression
interface IJsonSerializable
interface IReportConfigComparisonExpressionInternal
Public Class ReportConfigComparisonExpression
Implements IReportConfigComparisonExpression, IReportConfigComparisonExpressionInternal
- Inheritance
-
ReportConfigComparisonExpression
- Attributes
- Implements
Constructors
ReportConfigComparisonExpression() |
Creates an new ReportConfigComparisonExpression 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 ReportConfigComparisonExpression. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ReportConfigComparisonExpression. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IReportConfigComparisonExpression. |
FromJsonString(String) |
Creates a new instance of ReportConfigComparisonExpression, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ReportConfigComparisonExpression into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |