ForecastComparisonExpression 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 forecast.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ForecastComparisonExpressionTypeConverter))]
public class ForecastComparisonExpression : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IForecastComparisonExpression, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IForecastComparisonExpressionInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ForecastComparisonExpressionTypeConverter))>]
type ForecastComparisonExpression = class
interface IForecastComparisonExpression
interface IJsonSerializable
interface IForecastComparisonExpressionInternal
Public Class ForecastComparisonExpression
Implements IForecastComparisonExpression, IForecastComparisonExpressionInternal
- Inheritance
-
ForecastComparisonExpression
- Attributes
- Implements
Constructors
ForecastComparisonExpression() |
Creates an new ForecastComparisonExpression 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 ForecastComparisonExpression. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ForecastComparisonExpression. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IForecastComparisonExpression. |
FromJsonString(String) |
Creates a new instance of ForecastComparisonExpression, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ForecastComparisonExpression into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Explicit Interface Implementations
IForecastComparisonExpressionInternal.Operator |
Internal Acessors for Operator |