你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PSMetricValuesCollection Class

Definition

Wraps around a list of PSMetricValue objects to display them with indentation

public class PSMetricValuesCollection : System.Collections.Generic.List<Microsoft.Azure.Management.Monitor.Models.MetricValue>
type PSMetricValuesCollection = class
    inherit List<MetricValue>
Public Class PSMetricValuesCollection
Inherits List(Of MetricValue)
Inheritance
PSMetricValuesCollection

Constructors

PSMetricValuesCollection(IEnumerable<MetricValue>)

Initializes a new instance of the PSMetricValuesCollection class

Applies to