다음을 통해 공유


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}&region={region}

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
offer_type
path True

string

요금 카드의 제품 유형은 azure 또는 azure 공유일 수 있습니다.

currency
query

string

리소스 요금이 제공되는 통화에 대한 선택적 세 글자 ISO 코드입니다.

        The default is the currency associated with the market in the partner's profile.
region
query

string

제품을 구매한 시장을 나타내는 선택적 두 글자 ISO 국가/지역 코드입니다.

        The default is the country/region code set in the partner profile.

요청 헤더

Name 필수 형식 Description
Authorization True

string

권한 부여 전달자 토큰

ms-correlationid

string

내부적으로 요청을 추적하는 데 사용됩니다. ms-correlationid가 제공되지 않으면 서버는 각 요청에 대해 새 상관 관계를 생성합니다.

ms-cv

string

내부적으로 요청을 추적하는 데 사용됩니다. ms-cv 제공되지 않으면 서버는 각 요청에 대해 새 ms-cv 생성합니다.

ms-requestid

string

요청의 idempotency에 사용됩니다. ms-requestid가 제공되지 않으면 서버는 각 요청에 대해 새 요청을 생성합니다.

응답

Name 형식 Description
200 OK

RateCards.AzureRateCard

요청이 성공했습니다. 응답 본문에는 Azure Rate Card 리소스가 포함됩니다.

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 서비스 또는 해당 종속성 중 하나가 요청을 충족하지 못했습니다. 호출자는 이를 다시 시도할 수 있습니다.

Media Types: "application/json", "text/json", "application/xml", "text/xml"

정의

Name Description
Link
RateCards.AzureMeter
RateCards.AzureOfferTerm
RateCards.AzureRateCard
ResourceAttributes
ResourceLinks
System.Collections.Generic.KeyValuePair[System.String,System.String]
Name 형식 Description
headers

System.Collections.Generic.KeyValuePair[System.String,System.String][]

method

string

uri

string

RateCards.AzureMeter

Name 형식 Description
category

string

effectiveDate

string

id

string

includedQuantity

number

name

string

rates

object

region

string

subcategory

string

tags

string[]

unit

string

RateCards.AzureOfferTerm

Name 형식 Description
discount

number

effectiveDate

string

excludedMeterIds

string[]

name

string

RateCards.AzureRateCard

Name 형식 Description
attributes

ResourceAttributes

currency

string

isTaxIncluded

boolean

links

ResourceLinks

locale

string

meters

RateCards.AzureMeter[]

offerTerms

RateCards.AzureOfferTerm[]

ResourceAttributes

Name 형식 Description
etag

string

objectType

string

Name 형식 Description
next

Link

previous

Link

self

Link

System.Collections.Generic.KeyValuePair[System.String,System.String]

Name 형식 Description
key

string

value

string