MonitorExtensions.GetMonitorMetricNamespacesAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
リソースのメトリック名前空間を一覧表示します。
- 要求パス/{resourceUri}/providers/microsoft.insights/metricNamespaces
- 操作IdMetricNamespaces_List
public static Azure.AsyncPageable<Azure.ResourceManager.Monitor.Models.MonitorMetricNamespace> GetMonitorMetricNamespacesAsync (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string startTime = default, System.Threading.CancellationToken cancellationToken = default);
static member GetMonitorMetricNamespacesAsync : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Monitor.Models.MonitorMetricNamespace>
<Extension()>
Public Function GetMonitorMetricNamespacesAsync (client As ArmClient, scope As ResourceIdentifier, Optional startTime As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MonitorMetricNamespace)
パラメーター
- scope
- ResourceIdentifier
リソースが適用するスコープ。
- startTime
- String
ISO 8601 は、メトリック名前空間のクエリを実行する日付の開始時刻に準拠しています。
- cancellationToken
- CancellationToken
使用する取り消しトークン。