你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MonitorExtensions.GetMonitorMetricDefinitionsAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
列出资源的指标定义。
- 请求路径/{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)
参数
- scope
- ResourceIdentifier
资源将应用于的范围。
- metricnamespace
- String
要查询其指标定义的指标命名空间。
- cancellationToken
- CancellationToken
要使用的取消标记。