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

Wraps around a list of PSMetricValue objects to display them with indentation
Show file Open project: Azure/azure-powershell

Public Methods

Method Description
PSMetricValuesCollection ( IEnumerable metricValues ) : Microsoft.Azure.Insights.Legacy.Models

Initializes a new instance of the PSMetricValuesCollection class

PSMetricValuesCollection ( IEnumerable metricValues, bool dummy = false ) : Microsoft.Azure.Insights.Legacy.Models

Initializes a new instance of the PSMetricValuesCollection class

ToString ( ) : string

A string representation of the list Dimension objects including indentation

Method Details

PSMetricValuesCollection() public method

Initializes a new instance of the PSMetricValuesCollection class
public PSMetricValuesCollection ( IEnumerable metricValues ) : Microsoft.Azure.Insights.Legacy.Models
metricValues IEnumerable The list of metric values
return Microsoft.Azure.Insights.Legacy.Models

PSMetricValuesCollection() public method

Initializes a new instance of the PSMetricValuesCollection class
public PSMetricValuesCollection ( IEnumerable metricValues, bool dummy = false ) : Microsoft.Azure.Insights.Legacy.Models
metricValues IEnumerable The list of metric values
dummy bool Dummy argument to change the method signature
return Microsoft.Azure.Insights.Legacy.Models

ToString() public method

A string representation of the list Dimension objects including indentation
public ToString ( ) : string
return string