如何使用PowerShell提取天蓝色Blob指标(经典)

时间:2018-09-26 13:33:08

标签: azure powershell azure-devops

我需要使用Powershell来获取Azure Blob指标(经典)。有什么方法可以使用Powershell来获取。我能够获取新指标,但无法获取Azure Blob经典指标

类似的指标 AnonymousAuthorizationError AnonymousClientOtherError AnonymousClientTimeoutError AnonymousNetworkError 成功百分比 PercentThrottlingError PercentTimeoutError

1 个答案:

答案 0 :(得分:0)

当前不支持。

要获取所有有效的指标,请使用Get-AzureRmMetricDefinition -ResourceId "<BLOB SERVICE RESOURCE ID>"

如果使用Get-AzureRmMetric -ResourceId "<BLOB SERVICE RESOURCE ID>" -MetricName "AnonymousAuthorizationError" -TimeGrain 00:01:00 -Debug,您还可以找到有效的指标:

enter image description here