C# 클래스 Microsoft.Azure.Commands.Insights.OutputClasses.PSAvailabilityCollection

Wraps around a list of Dimension objects to display them with indentation
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
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

메소드 상세

PSAvailabilityCollection() 공개 메소드

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

ToString() 공개 메소드

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