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

Wrapps around the MetricValue and exposes all the localized strings as invariant/localized properties
Inheritance: Microsoft.Azure.Insights.Models.MetricValue
Show file Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
PSMetricValue ( Microsoft.Azure.Insights.Models.MetricValue metricValue ) : Microsoft.Azure.Insights.Legacy.Models

Initializes a new instance of the PSMetricValue class.

Method Details

PSMetricValue() public method

Initializes a new instance of the PSMetricValue class.
public PSMetricValue ( Microsoft.Azure.Insights.Models.MetricValue metricValue ) : Microsoft.Azure.Insights.Legacy.Models
metricValue Microsoft.Azure.Insights.Models.MetricValue The input MetricValue object
return Microsoft.Azure.Insights.Legacy.Models