DerivedMetricInfoAggregation Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Aggregation type.
public readonly struct DerivedMetricInfoAggregation : IEquatable<Azure.Monitor.OpenTelemetry.LiveMetrics.Models.DerivedMetricInfoAggregation>
type DerivedMetricInfoAggregation = struct
Public Structure DerivedMetricInfoAggregation
Implements IEquatable(Of DerivedMetricInfoAggregation)
- Inheritance
-
DerivedMetricInfoAggregation
- Implements
Constructors
DerivedMetricInfoAggregation(String) |
Initializes a new instance of DerivedMetricInfoAggregation. |
Properties
Avg |
Avg. |
Max |
Max. |
Min |
Min. |
Sum |
Sum. |
Methods
Equals(DerivedMetricInfoAggregation) |
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(DerivedMetricInfoAggregation, DerivedMetricInfoAggregation) |
Determines if two DerivedMetricInfoAggregation values are the same. |
Implicit(String to DerivedMetricInfoAggregation) |
Converts a string to a DerivedMetricInfoAggregation. |
Inequality(DerivedMetricInfoAggregation, DerivedMetricInfoAggregation) |
Determines if two DerivedMetricInfoAggregation values are not the same. |
Applies to
Azure SDK for .NET