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

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

공개 메소드들

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

메소드 상세

PSMetricValuesCollection() 공개 메소드

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

PSMetricValuesCollection() 공개 메소드

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
리턴 Microsoft.Azure.Insights.Legacy.Models

ToString() 공개 메소드

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