Udostępnij za pośrednictwem


Azure spending - Get an Azure entitlement for a subscription

Pobiera uprawnienie identyfikatora subskrypcji dla danego klienta.

GET https://api.partnercenter.microsoft.com/v{version}/customers/{customer_id}/subscriptions/{subscription_id}/azureEntitlements/{entitlement_id}

Parametry identyfikatora URI

Nazwa W Wymagane Typ Opis
customer_id
path True

string

entitlement_id
path True

string

subscription_id
path True

string

version
path True

string

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 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 MS-RequestId, serwer wygeneruje nowy dla każdego żądania

Odpowiedzi

Nazwa Typ Opis
200 OK

Microsoft.Partner.Services.Subscriptions.V1.Models.AzureEntitlement

Żądanie zakończyło się pomyślnie. Treść odpowiedzi zawiera identyfikator uprawnień.

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

400 Bad Request

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

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

401 Unauthorized

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

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

403 Forbidden

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

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

404 Not Found

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

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

500 Internal Server Error

Błąd serwera

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

Definicje

Nazwa Opis
Microsoft.Partner.Core.Collections.Link
Microsoft.Partner.Services.Subscriptions.V1.Models.AzureEntitlement
Microsoft.Partner.Services.Subscriptions.V1.Models.AzureEntitlementLinks
System.Collections.Generic.KeyValuePair[System.String,System.String]
Nazwa Typ Opis
body

string

headers

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

method

string

uri

string

Microsoft.Partner.Services.Subscriptions.V1.Models.AzureEntitlement

Nazwa Typ Opis
friendlyName

string

id

string

links

Microsoft.Partner.Services.Subscriptions.V1.Models.AzureEntitlementLinks

status

string

subscriptionId

string

Nazwa Typ Opis
next

Microsoft.Partner.Core.Collections.Link

previous

Microsoft.Partner.Core.Collections.Link

self

Microsoft.Partner.Core.Collections.Link

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

Nazwa Typ Opis
key

string

value

string