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

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

Public Methods

Method Description
PSAvailabilityCollection ( IList metricAvailabilities ) : Microsoft.Azure.Insights.Legacy.Models

Initializes a new instance of the PSAvailabilityCollection class

ToString ( ) : string

A string representation of the list MetricAvailability objects including indentation

Method Details

PSAvailabilityCollection() public method

Initializes a new instance of the PSAvailabilityCollection class
public PSAvailabilityCollection ( IList metricAvailabilities ) : Microsoft.Azure.Insights.Legacy.Models
metricAvailabilities IList The list of metric availabilities
return Microsoft.Azure.Insights.Legacy.Models

ToString() public method

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