MetricCriteriaTimeAggregationType 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.
The criteria time aggregation types. Previously undocumented values might be returned.
public readonly struct MetricCriteriaTimeAggregationType : IEquatable<Azure.ResourceManager.Monitor.Models.MetricCriteriaTimeAggregationType>
type MetricCriteriaTimeAggregationType = struct
Public Structure MetricCriteriaTimeAggregationType
Implements IEquatable(Of MetricCriteriaTimeAggregationType)
- Inheritance
-
MetricCriteriaTimeAggregationType
- Implements
Constructors
| Name | Description |
|---|---|
| MetricCriteriaTimeAggregationType(String) |
Initializes a new instance of MetricCriteriaTimeAggregationType. |
Properties
| Name | Description |
|---|---|
| Average |
Average. |
| Count |
Count. |
| Maximum |
Maximum. |
| Minimum |
Minimum. |
| Total |
Total. |
Methods
| Name | Description |
|---|---|
| Equals(MetricCriteriaTimeAggregationType) |
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(MetricCriteriaTimeAggregationType, MetricCriteriaTimeAggregationType) |
Determines if two MetricCriteriaTimeAggregationType values are the same. |
| Implicit(String to MetricCriteriaTimeAggregationType) |
Converts a String to a MetricCriteriaTimeAggregationType. |
| Inequality(MetricCriteriaTimeAggregationType, MetricCriteriaTimeAggregationType) |
Determines if two MetricCriteriaTimeAggregationType values are not the same. |