ForecastDatasetConfiguration 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 configuration of dataset in the forecast.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ForecastDatasetConfigurationTypeConverter))]
public class ForecastDatasetConfiguration : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IForecastDatasetConfiguration, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IForecastDatasetConfigurationInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ForecastDatasetConfigurationTypeConverter))>]
type ForecastDatasetConfiguration = class
interface IForecastDatasetConfiguration
interface IJsonSerializable
interface IForecastDatasetConfigurationInternal
Public Class ForecastDatasetConfiguration
Implements IForecastDatasetConfiguration, IForecastDatasetConfigurationInternal
- Inheritance
-
ForecastDatasetConfiguration
- Attributes
- Implements
Constructors
ForecastDatasetConfiguration() |
Creates an new ForecastDatasetConfiguration instance. |
Properties
Column |
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. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ForecastDatasetConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ForecastDatasetConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IForecastDatasetConfiguration. |
FromJsonString(String) |
Creates a new instance of ForecastDatasetConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ForecastDatasetConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |