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

Wrapps around the UsageMetric and exposes a summary of the properties properties
Inheritance: Microsoft.Azure.Insights.Models.UsageMetric
Show file Open project: Azure/azure-powershell

Public Methods

Method Description
PSUsageMetric ( Microsoft.Azure.Insights.Models.UsageMetric usageMetric ) : Microsoft.Azure.Insights.Models

Initializes a new instance of the PSUsageMetric class.

Method Details

PSUsageMetric() public method

Initializes a new instance of the PSUsageMetric class.
public PSUsageMetric ( Microsoft.Azure.Insights.Models.UsageMetric usageMetric ) : Microsoft.Azure.Insights.Models
usageMetric Microsoft.Azure.Insights.Models.UsageMetric The input UsageMetric object
return Microsoft.Azure.Insights.Models