你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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
要使用的取消标记。