C# Class Microsoft.Azure.Commands.Insights.OutputClasses.PSMetric

Wrapps around the PSMetricNoDetails and exposes all the localized strings as invariant/localized properties
Inheritance: PSMetricNoDetails
Show file Open project: Azure/azure-powershell

Public Methods

Method Description
PSMetric ( Microsoft.Azure.Insights.Models.Metric metric ) : Microsoft.Azure.Insights.Legacy.Models

Initializes a new instance of the PSMetric class.

Method Details

PSMetric() public method

Initializes a new instance of the PSMetric class.
public PSMetric ( Microsoft.Azure.Insights.Models.Metric metric ) : Microsoft.Azure.Insights.Legacy.Models
metric Microsoft.Azure.Insights.Models.Metric The input Metric object
return Microsoft.Azure.Insights.Legacy.Models