Share via


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

MetricAggregate(String, String, String) 构造函数

定义

获取新的指标聚合。

public MetricAggregate (string metricNamespace, string metricId, string aggregationKindMoniker);
new Microsoft.ApplicationInsights.Metrics.MetricAggregate : string * string * string -> Microsoft.ApplicationInsights.Metrics.MetricAggregate
Public Sub New (metricNamespace As String, metricId As String, aggregationKindMoniker As String)

参数

metricNamespace
String

生成此聚合的指标的命名空间。

metricId
String

id (生成此聚合的指标的名称) 。

aggregationKindMoniker
String

一个名字对象,用于定义用于相应指标的聚合类型。

适用于