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

MockableMonitorArmClient.GetMonitorMetricsAsync Method

Definition

Lists the metric values for a resource. This API used the default ARM throttling limits.

  • Request Path: /{resourceUri}/providers/Microsoft.Insights/metrics
  • Operation Id: Metrics_List
  • Default Api Version: 2021-05-01
public virtual Azure.AsyncPageable<Azure.ResourceManager.Monitor.Models.MonitorMetric> GetMonitorMetricsAsync(Azure.Core.ResourceIdentifier scope, Azure.ResourceManager.Monitor.Models.ArmResourceGetMonitorMetricsOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMonitorMetricsAsync : Azure.Core.ResourceIdentifier * Azure.ResourceManager.Monitor.Models.ArmResourceGetMonitorMetricsOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Monitor.Models.MonitorMetric>
override this.GetMonitorMetricsAsync : Azure.Core.ResourceIdentifier * Azure.ResourceManager.Monitor.Models.ArmResourceGetMonitorMetricsOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Monitor.Models.MonitorMetric>
Public Overridable Function GetMonitorMetricsAsync (scope As ResourceIdentifier, options As ArmResourceGetMonitorMetricsOptions, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MonitorMetric)

Parameters

scope
ResourceIdentifier

The scope that the resource will apply against.

options
ArmResourceGetMonitorMetricsOptions

A property bag which contains all the parameters of this method except the LRO qualifier and request context parameter.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of MonitorMetric that may take multiple service requests to iterate over.

Exceptions

scope is null.

Applies to