How Storage API can be used to get Azure Classic VM metrics?

后端 未结 2 1605
时光取名叫无心
时光取名叫无心 2020-12-21 15:22

Can we collect metrics for Azure Classic VM using Storage API or is there any other way to get the metrics for Azure Classic VM please suggest.

2条回答
  •  伪装坚强ぢ
    2020-12-21 15:49

    Can we collect metrics for Azure Classic VM using Storage API

    By collect metrics, if you mean the process of capturing the metrics data then the answer is no. You can't use Storage API to do that. You would need to use the Metrics API for that purpose. Data collected by this API will store the data in Azure Storage.

    Once the data is in Azure Storage, then you can use Storage API to get that data. Depending on where the data is stored (Blobs and/or Tables), you would use appropriate parts of Storage API to fetch and manage that data.

提交回复
热议问题