MetricAggregationType 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.
Metric aggregation type.
public readonly struct MetricAggregationType : IEquatable<Azure.ResourceManager.CloudHealth.Models.MetricAggregationType>
type MetricAggregationType = struct
Public Structure MetricAggregationType
Implements IEquatable(Of MetricAggregationType)
- Inheritance
-
MetricAggregationType
- Implements
Constructors
| Name | Description |
|---|---|
| MetricAggregationType(String) |
Initializes a new instance of MetricAggregationType. |
Properties
| Name | Description |
|---|---|
| Average |
Gets the Average. |
| Count |
Gets the Count. |
| Maximum |
Gets the Maximum. |
| Minimum |
Gets the Minimum. |
| None |
Gets the None. |
| Total |
Gets the Total. |
Methods
| Name | Description |
|---|---|
| Equals(MetricAggregationType) |
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
| Name | Description |
|---|---|
| Equality(MetricAggregationType, MetricAggregationType) |
Determines if two MetricAggregationType values are the same. |
| Implicit(String to MetricAggregationType) |
Converts a string to a MetricAggregationType. |
| Implicit(String to Nullable<MetricAggregationType>) | |
| Inequality(MetricAggregationType, MetricAggregationType) |
Determines if two MetricAggregationType values are not the same. |