IForecastDataset Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ForecastDatasetTypeConverter))]
public interface IForecastDataset : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ForecastDatasetTypeConverter))>]
type IForecastDataset = interface
interface IJsonSerializable
Public Interface IForecastDataset
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Aggregation |
Dictionary of aggregation expression to use in the forecast. The key of each item in the dictionary is the alias for the aggregated column. forecast can have up to 2 aggregation clauses. |
ConfigurationColumn |
Array of column names to be included in the forecast. Any valid forecast column name is allowed. If not provided, then forecast includes all columns. |
DimensionName |
The name of the column to use in comparison. |
DimensionOperator |
The operator to use for comparison. |
DimensionValue |
Array of values to use for comparison |
FilterAnd |
The logical "AND" expression. Must have at least 2 items. |
FilterOr |
The logical "OR" expression. Must have at least 2 items. |
Granularity |
The granularity of rows in the forecast. |
TagName |
The name of the column to use in comparison. |
TagOperator |
The operator to use for comparison. |
TagValue |
Array of values to use for comparison |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |