Sdílet prostřednictvím


ForecastAggregation Class

Definition

The aggregation expression to be used in the forecast.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ForecastAggregationTypeConverter))]
public class ForecastAggregation : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IForecastAggregation, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IForecastAggregationInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ForecastAggregationTypeConverter))>]
type ForecastAggregation = class
    interface IForecastAggregation
    interface IJsonSerializable
    interface IForecastAggregationInternal
Public Class ForecastAggregation
Implements IForecastAggregation, IForecastAggregationInternal
Inheritance
ForecastAggregation
Attributes
Implements

Constructors

ForecastAggregation()

Creates an new ForecastAggregation instance.

Properties

Function

The name of the aggregation function to use.

Name

The name of the column to aggregate.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ForecastAggregation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ForecastAggregation.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IForecastAggregation.

FromJsonString(String)

Creates a new instance of ForecastAggregation, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ForecastAggregation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Explicit Interface Implementations

IForecastAggregationInternal.Function

Internal Acessors for Function

Applies to