IMetricValue Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Metric.Models.MetricValueTypeConverter))]
public interface IMetricValue : Microsoft.Azure.PowerShell.Cmdlets.Metric.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Metric.Models.MetricValueTypeConverter))>]
type IMetricValue = interface
interface IJsonSerializable
Public Interface IMetricValue
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Average |
The average value in the time range. |
| Count |
The number of samples in the time range. Can be used to determine the number of values that contributed to the average value. |
| Maximum |
The greatest value in the time range. |
| Minimum |
The least value in the time range. |
| TimeStamp |
The timestamp for the metric value in ISO 8601 format. |
| Total |
The sum of all of the values in the time range. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |