Udostępnij przez


IMetricValue Interface

Definition

[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)

Applies to