PSMetricNoDetails Class

Definition

Wraps around the Metric and exposes a summary of the property's properties

public class PSMetricNoDetails : Microsoft.Azure.Commands.Insights.OutputClasses.PSMetric
type PSMetricNoDetails = class
    inherit PSMetric
Public Class PSMetricNoDetails
Inherits PSMetric
Inheritance
PSMetricNoDetails
Inheritance
PSMetricNoDetails

Constructors

PSMetricNoDetails(Metric)

Initializes a new instance of the PSMetric class.

Properties

Data

Metric data

(Inherited from PSMetric)
Id

Resource id

(Inherited from PSMetric)
Name

Metric name (This should be the public facing display name)

(Inherited from PSMetric)
Timeseries

Gets or sets the time series returned when a data query is performed.

(Inherited from PSMetric)
Type

Resource type

(Inherited from PSMetric)
Unit

Metric Unit

(Inherited from PSMetric)

Applies to