ForecastDataset 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.ForecastDatasetTypeConverter))]
public class ForecastDataset : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.IForecastDataset, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.IForecastDatasetInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.ForecastDatasetTypeConverter))>]
type ForecastDataset = class
interface IForecastDataset
interface IJsonSerializable
interface IForecastDatasetInternal
Public Class ForecastDataset
Implements IForecastDataset, IForecastDatasetInternal
- Inheritance
-
ForecastDataset
- Attributes
- Implements
Constructors
ForecastDataset() |
Properties
Aggregation | |
ConfigurationColumn | |
DimensionName | |
DimensionOperator | |
DimensionValue | |
FilterAnd | |
FilterOr | |
Granularity | |
TagName | |
TagOperator | |
TagValue |
Methods
DeserializeFromDictionary(IDictionary) | |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) | |
FromJsonString(String) | |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() | |
ToString() |