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.
public readonly struct MetricCriteriaTimeAggregationType : IEquatable<Azure.ResourceManager.Monitor.Models.MetricCriteriaTimeAggregationType>
type MetricCriteriaTimeAggregationType = struct
Public Structure MetricCriteriaTimeAggregationType
Implements IEquatable(Of MetricCriteriaTimeAggregationType)
- Inheritance
-
MetricCriteriaTimeAggregationType
- Implements
Constructors
MetricCriteriaTimeAggregationType(String) |
Initializes a new instance of MetricCriteriaTimeAggregationType. |
Properties
Average |
Average. |
Count |
Count. |
Maximum |
Maximum. |
Minimum |
Minimum. |
Total |
Total. |
Methods
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
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. |
Applies to
Azure SDK for .NET