Udostępnij za pośrednictwem


IMetric Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Metric.Models.MetricTypeConverter))]
public interface IMetric : Microsoft.Azure.PowerShell.Cmdlets.Metric.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Metric.Models.MetricTypeConverter))>]
type IMetric = interface
    interface IJsonSerializable
Public Interface IMetric
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

DisplayDescription

Detailed description of this metric.

ErrorCode

'Success' or the error details on query failures for this metric.

ErrorMessage

Error message encountered querying this specific metric.

Id

The metric Id.

NameLocalizedValue

The display name.

NameValue

The invariant value.

Timesery

The time series returned when a data query is performed.

Type

The resource type of the metric resource.

Unit

The unit of the metric.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to