PSMetricNoDetails Class
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.
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
- Inheritance
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) |