MonitorExtensions.GetMonitorMetricDefinitions メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
リソースのメトリック定義を一覧表示します。
- 要求パス/{resourceUri}/providers/Microsoft.Insights/metricDefinitions
- 操作IdMetricDefinitions_List
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)
パラメーター
- scope
- ResourceIdentifier
リソースが適用するスコープ。
- metricnamespace
- String
メトリック定義のクエリを実行するメトリック名前空間。
- cancellationToken
- CancellationToken
使用する取り消しトークン。