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

MonitorExtensions.GetMonitorMetricDefinitionsAsync 方法

定义

列出资源的指标定义。

  • 请求路径/{resourceUri}/providers/Microsoft.Insights/metricDefinitions
  • 操作IdMetricDefinitions_List
public static Azure.AsyncPageable<Azure.ResourceManager.Monitor.Models.MonitorMetricDefinition> GetMonitorMetricDefinitionsAsync (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string metricnamespace = default, System.Threading.CancellationToken cancellationToken = default);
static member GetMonitorMetricDefinitionsAsync : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Monitor.Models.MonitorMetricDefinition>
<Extension()>
Public Function GetMonitorMetricDefinitionsAsync (client As ArmClient, scope As ResourceIdentifier, Optional metricnamespace As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MonitorMetricDefinition)

参数

client
ArmClient

方法 ArmClient 将对其执行的实例。

scope
ResourceIdentifier

资源将应用于的范围。

metricnamespace
String

要查询其指标定义的指标命名空间。

cancellationToken
CancellationToken

要使用的取消标记。

返回

适用于