MetricClass 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 class of the metric.
public readonly struct MetricClass : IEquatable<Azure.Monitor.Query.Models.MetricClass>
type MetricClass = struct
Public Structure MetricClass
Implements IEquatable(Of MetricClass)
- Inheritance
-
MetricClass
- Implements
Constructors
MetricClass(String) |
Initializes a new instance of MetricClass. |
Properties
Availability |
Availability. |
Errors |
Errors. |
Latency |
Latency. |
Saturation |
Saturation. |
Transactions |
Transactions. |
Methods
Equals(MetricClass) |
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(MetricClass, MetricClass) |
Determines if two MetricClass values are the same. |
Implicit(String to MetricClass) |
Converts a string to a MetricClass. |
Inequality(MetricClass, MetricClass) |
Determines if two MetricClass values are not the same. |
Applies to
Azure SDK for .NET