Sdílet prostřednictvím


ForecastDatasetConfiguration Class

Definition

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.

Applies to