Share via


ChartAggregationType Struct

Definition

Allowed values are Sum, Avg, Count, Min, Max. Default is Sum.

public readonly struct ChartAggregationType : IEquatable<Azure.ResourceManager.SelfHelp.Models.ChartAggregationType>
type ChartAggregationType = struct
Public Structure ChartAggregationType
Implements IEquatable(Of ChartAggregationType)
Inheritance
ChartAggregationType
Implements

Constructors

ChartAggregationType(String)

Initializes a new instance of ChartAggregationType.

Properties

Avg

Avg.

Count

Count.

Max

Max.

Min

Min.

Sum

Sum.

Methods

Equals(ChartAggregationType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ChartAggregationType, ChartAggregationType)

Determines if two ChartAggregationType values are the same.

Implicit(String to ChartAggregationType)

Converts a string to a ChartAggregationType.

Inequality(ChartAggregationType, ChartAggregationType)

Determines if two ChartAggregationType values are not the same.

Applies to