Manage billing - Get prices for Microsoft Azure Partner Shared Services
Azure オファーまたは Azure CSL オファーのリアルタイム価格を提供するレート カードを取得します。
GET https://api.partnercenter.microsoft.com/v1/ratecards/{offer_type}
GET https://api.partnercenter.microsoft.com/v1/ratecards/{offer_type}?currency={currency}®ion={region}
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
offer_type
|
path | True |
string |
レート カードのオファーの種類は、azure または azure-shared のいずれかです。 |
currency
|
query |
string |
リソースレートが提供される通貨のオプションの 3 文字の ISO コード。
|
|
region
|
query |
string |
オファーが購入される市場を示すオプションの 2 文字の ISO 国/地域コード。
|
要求ヘッダー
名前 | 必須 | 型 | 説明 |
---|---|---|---|
Authorization | True |
string |
承認ベアラー トークン |
ms-correlationid |
string |
要求を内部的に追跡するために使用されます。 ms-correlationid が指定されていない場合、サーバーは要求ごとに新しいものを生成します |
|
ms-cv |
string |
要求を内部的に追跡するために使用されます。 ms-cv が指定されていない場合、サーバーは要求ごとに新しい ms-cv を生成します |
|
ms-requestid |
string |
要求のべき等性に使用されます。 ms-requestid が指定されていない場合、サーバーは要求ごとに新しいものを生成します |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
要求が成功しました。 応答本文には、Azure レート カード リソースが含まれています。 Media Types: "application/json", "text/json", "application/xml", "text/xml" |
|
400 Bad Request |
入力が見つからないか無効でした。 応答本文には、エラーの詳細が表示されます。 Media Types: "application/json", "text/json", "application/xml", "text/xml" |
|
401 Unauthorized |
要求が認証されませんでした。 クライアントは、最初にパートナー API サービスで認証する必要があります。 Media Types: "application/json", "text/json", "application/xml", "text/xml" |
|
403 Forbidden |
要求は認証されましたが、呼び出し元に呼び出す権限がないため拒否されました。 Media Types: "application/json", "text/json", "application/xml", "text/xml" |
|
404 Not Found |
リソースが見つからないか、指定された入力パラメーターで使用できません。 Media Types: "application/json", "text/json", "application/xml", "text/xml" |
|
500 Internal Server Error |
パートナー API サービスまたはその依存関係の 1 つが要求を満たできませんでした。 呼び出し元はこれを再試行できます。 Media Types: "application/json", "text/json", "application/xml", "text/xml" |
定義
名前 | 説明 |
---|---|
Link | |
Rate |
|
Rate |
|
Rate |
|
Resource |
|
Resource |
|
System. |
Link
名前 | 型 | 説明 |
---|---|---|
headers |
System. |
|
method |
string |
|
uri |
string |
RateCards.AzureMeter
名前 | 型 | 説明 |
---|---|---|
category |
string |
|
effectiveDate |
string |
|
id |
string |
|
includedQuantity |
number |
|
name |
string |
|
rates |
object |
|
region |
string |
|
subcategory |
string |
|
tags |
string[] |
|
unit |
string |
RateCards.AzureOfferTerm
名前 | 型 | 説明 |
---|---|---|
discount |
number |
|
effectiveDate |
string |
|
excludedMeterIds |
string[] |
|
name |
string |
RateCards.AzureRateCard
名前 | 型 | 説明 |
---|---|---|
attributes | ||
currency |
string |
|
isTaxIncluded |
boolean |
|
links | ||
locale |
string |
|
meters | ||
offerTerms |
ResourceAttributes
名前 | 型 | 説明 |
---|---|---|
etag |
string |
|
objectType |
string |
ResourceLinks
名前 | 型 | 説明 |
---|---|---|
next | ||
previous | ||
self |
System.Collections.Generic.KeyValuePair[System.String,System.String]
名前 | 型 | 説明 |
---|---|---|
key |
string |
|
value |
string |