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

Wraps around MetricDefinition to provide detailed data about it
Inheritance: Microsoft.Azure.Insights.Models.MetricDefinition
Show file Open project: Azure/azure-powershell

Public Methods

Method Description
PSMetricDefinition ( Microsoft.Azure.Insights.Models.MetricDefinition metricDefinition ) : Microsoft.Azure.Insights.Legacy.Models

Initializes an new instance of the PSMetricDefinition class

Method Details

PSMetricDefinition() public method

Initializes an new instance of the PSMetricDefinition class
public PSMetricDefinition ( Microsoft.Azure.Insights.Models.MetricDefinition metricDefinition ) : Microsoft.Azure.Insights.Legacy.Models
metricDefinition Microsoft.Azure.Insights.Models.MetricDefinition The MetricDefinition
return Microsoft.Azure.Insights.Legacy.Models