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

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

Méthodes publiques

Méthode 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 méthode

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

ToString() public méthode

A string representation of the list MetricAvailability objects including indentation
public ToString ( ) : string
Résultat string