我使用 Azure REST Api“下载”了一个 RateCard,因为我需要 VM 的价格。任何 VM 在 RateCard 中都是两次。一次使用 Windows 操作系统,一次使用 Linux Ubuntu。我只需要带有 Linux RHEL 的 VM,但这些不在 RateCard 中。这很重要,因为价格不同。
目前我将此 URL 用于 REST Api:
https://management.azure.com/subscriptions/.../providers/Microsoft.Commerce/RateCard?api-version=...&$filter=OfferDurableId eq '...' and Currency eq '...' and Locale eq '...' and RegionInfo eq '...'
我是否可以使用不同的 Api 来获取这些特定信息?