Udostępnij za pośrednictwem


Manage billing - Get prices for Microsoft Azure Partner Shared Services

Pobiera kartę stawki, która zapewnia ceny w czasie rzeczywistym dla ofert platformy Azure lub ofert 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}

Parametry identyfikatora URI

Nazwa W Wymagane Typ Opis
offer_type
path True

string

Typ oferty karty taryfowej może być udostępniany na platformie Azure lub na platformie Azure.

currency
query

string

Opcjonalny trzyliterowy kod ISO dla waluty, w której zostaną podane stawki zasobów.

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

string

Opcjonalny dwuliterowy kod kraju/regionu ISO wskazujący rynek, na którym jest kupowana oferta.

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

Nagłówek żądania

Nazwa Wymagane Typ Opis
Authorization True

string

Token elementu nośnego autoryzacji

ms-correlationid

string

Służy do śledzenia żądań wewnętrznie. Jeśli nie podano identyfikatora ms-correlationid, serwer wygeneruje nowy dla każdego żądania

ms-cv

string

Służy do śledzenia żądań wewnętrznie. Jeśli nie podano ms-cv, serwer wygeneruje nowy dla każdego żądania

ms-requestid

string

Służy do idempotentności żądań. Jeśli nie podano identyfikatora ms-requestid, serwer wygeneruje nowy dla każdego żądania

Odpowiedzi

Nazwa Typ Opis
200 OK

RateCards.AzureRateCard

Żądanie zakończyło się pomyślnie. Treść odpowiedzi zawiera zasób karty rate platformy Azure.

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

400 Bad Request

Brak danych wejściowych lub nieprawidłowy. Treść odpowiedzi udostępni szczegóły błędu.

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

401 Unauthorized

Żądanie nie zostało uwierzytelnione. Klient musi najpierw uwierzytelnić się za pomocą usługi interfejsu API partnera.

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

403 Forbidden

Żądanie zostało uwierzytelnione, ale zostało odrzucone, ponieważ obiekt wywołujący nie ma praw do jego wywołania.

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

404 Not Found

Zasób nie został znaleziony lub niedostępny z podanymi parametrami wejściowymi.

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

500 Internal Server Error

Usługa interfejsu API partnera lub jedna z jego zależności nie spełniła żądania. Osoby wywołujące mogą ponowić próbę.

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

Definicje

Nazwa Opis
Link
RateCards.AzureMeter
RateCards.AzureOfferTerm
RateCards.AzureRateCard
ResourceAttributes
ResourceLinks
System.Collections.Generic.KeyValuePair[System.String,System.String]
Nazwa Typ Opis
headers

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

method

string

uri

string

RateCards.AzureMeter

Nazwa Typ Opis
category

string

effectiveDate

string

id

string

includedQuantity

number

name

string

rates

object

region

string

subcategory

string

tags

string[]

unit

string

RateCards.AzureOfferTerm

Nazwa Typ Opis
discount

number

effectiveDate

string

excludedMeterIds

string[]

name

string

RateCards.AzureRateCard

Nazwa Typ Opis
attributes

ResourceAttributes

currency

string

isTaxIncluded

boolean

links

ResourceLinks

locale

string

meters

RateCards.AzureMeter[]

offerTerms

RateCards.AzureOfferTerm[]

ResourceAttributes

Nazwa Typ Opis
etag

string

objectType

string

Nazwa Typ Opis
next

Link

previous

Link

self

Link

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

Nazwa Typ Opis
key

string

value

string