Freigeben über


QueryDatasetAggregation Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.QueryDatasetAggregationTypeConverter))]
public class QueryDatasetAggregation : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.IQueryDatasetAggregation, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.IQueryDatasetAggregationInternal, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.IQueryAggregation>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.QueryDatasetAggregationTypeConverter))>]
type QueryDatasetAggregation = class
    interface IQueryDatasetAggregation
    interface IJsonSerializable
    interface IAssociativeArray<IQueryAggregation>
    interface IQueryDatasetAggregationInternal
Public Class QueryDatasetAggregation
Implements IAssociativeArray(Of IQueryAggregation), IQueryDatasetAggregation, IQueryDatasetAggregationInternal
Inheritance
QueryDatasetAggregation
Attributes
Implements

Constructors

Name Description
QueryDatasetAggregation()

Fields

Name Description
__additionalProperties

Properties

Name Description
Item[String]

Methods

Name Description
Add(String, IQueryAggregation)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
Remove(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
ToString()
TryGetValue(String, IQueryAggregation)

Operators

Name Description
Implicit(QueryDatasetAggregation to Dictionary<String,IQueryAggregation>)

Explicit Interface Implementations

Name Description
IAssociativeArray<IQueryAggregation>.AdditionalProperties
IAssociativeArray<IQueryAggregation>.Count
IAssociativeArray<IQueryAggregation>.Keys
IAssociativeArray<IQueryAggregation>.Values

Applies to