我最近尝试查询 Azure 最近的使用情况和计费 API,发现我可以使用以下 API 来获取费率卡:
https://management.azure.com/subscriptions/{subscription-id}/providers/Microsoft.Commerce/RateCard?api-version=2015-06-01-preview&$filter=OfferDurableId eq '{offer-id}' and Currency eq 'USD' and Locale eq 'en-US' and RegionInfo eq 'US'
但是,这要求我需要明确知道 offerDurableId,我是从Azure 的网站上了解到的。
是否有 API 可以为我提供这些优惠代码?