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

MonitorExtensions.GetMonitorMetricDefinitions Method

Definition

Lists the metric definitions for the resource.

  • Request Path: /{resourceUri}/providers/Microsoft.Insights/metricDefinitions
  • Operation Id: MetricDefinitions_List
  • Default Api Version: 2018-01-01
public static Azure.Pageable<Azure.ResourceManager.Monitor.Models.MonitorMetricDefinition> GetMonitorMetricDefinitions (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string metricnamespace = default, System.Threading.CancellationToken cancellationToken = default);
static member GetMonitorMetricDefinitions : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Monitor.Models.MonitorMetricDefinition>
<Extension()>
Public Function GetMonitorMetricDefinitions (client As ArmClient, scope As ResourceIdentifier, Optional metricnamespace As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MonitorMetricDefinition)

Parameters

client
ArmClient

The ArmClient instance the method will execute against.

scope
ResourceIdentifier

The scope that the resource will apply against.

metricnamespace
String

Metric namespace to query metric definitions for.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

client is null.

Applies to