2017-11-25 15 views
0

エンタープライズ契約のUsage APIを使用すると、MeterCategoryはAzure Webサイトのどこにでも公開されているカテゴリとは大きく異なります。Azure標準製品カテゴリ

実際のカテゴリとカテゴリの説明がAzureのWebサイトにあるように、Azure製品を公開しているAPIについて知っている人はいますか?誰かが別のデータを持っている場合、私はまだ興味を持って

"slug": "compute", 
"displayName": "Compute", 
"products": [{ 
    "slug": "virtual-machines", 
    "displayName": "Virtual Machines", 
    "description": "Provision Windows and Linux virtual machines in seconds", 
    "keywords": "series,sql server,biztalk,instances,vm,ri,paygo,ec2,gpu,cpu,vms,sharepoint,reserved instances,nvidia", 
    "pricingUrl": "/pricing/details/virtual-machines/" 
}, 
{...} 

https://azure.microsoft.com/api/v2/pricing/categories/calculator/?culture=en-ca&discount=mosp

Azureのカテゴリに関する詳細情報を提供します:Azureのウェブサイト上の価格電卓ページから

答えて

0

、私は、このAPIのリンクを発見しましたソース。

関連する問題