Sdílet prostřednictvím


ForecastDatasetAggregation Class

Definition

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.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ForecastDatasetAggregationTypeConverter))]
public class ForecastDatasetAggregation : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IForecastDatasetAggregation, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IForecastDatasetAggregationInternal, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IForecastAggregation>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ForecastDatasetAggregationTypeConverter))>]
type ForecastDatasetAggregation = class
    interface IForecastDatasetAggregation
    interface IJsonSerializable
    interface IAssociativeArray<IForecastAggregation>
    interface IForecastDatasetAggregationInternal
Public Class ForecastDatasetAggregation
Implements IAssociativeArray(Of IForecastAggregation), IForecastDatasetAggregation, IForecastDatasetAggregationInternal
Inheritance
ForecastDatasetAggregation
Attributes
Implements

Constructors

ForecastDatasetAggregation()

Creates an new ForecastDatasetAggregation instance.

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, IForecastAggregation)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ForecastDatasetAggregation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ForecastDatasetAggregation.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of ForecastDatasetAggregation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

TryGetValue(String, IForecastAggregation)

Operators

Implicit(ForecastDatasetAggregation to Dictionary<String,IForecastAggregation>)

Explicit Interface Implementations

IAssociativeArray<IForecastAggregation>.AdditionalProperties
IAssociativeArray<IForecastAggregation>.Count
IAssociativeArray<IForecastAggregation>.Keys
IAssociativeArray<IForecastAggregation>.Values

Applies to