5

最近、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'

ただし、これには、私のケースでAzure の Web サイトから知った offerDurableId を明示的に知る必要があります。

これらのオファー コードを提供する API はありますか?

4

3 に答える 3