Sdílet prostřednictvím


Azure spending - Get an Azure entitlement for a subscription

Získá nárok na identifikátor předplatného pro daného zákazníka.

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

Parametry identifikátoru URI

Name V Vyžadováno Typ Description
customer_id
path True

string

entitlement_id
path True

string

subscription_id
path True

string

version
path True

string

Hlavička požadavku

Name Vyžadováno Typ Description
Authorization True

string

Autorizační nosný token

MS-CorrelationId

string

Používá se pro interní sledování požadavků. Pokud není zadaný MS-CorrelationId, server pro každý požadavek vygeneruje nový.

MS-CV

string

Používá se pro interní sledování požadavků. Pokud není zadaný MS-CV, server pro každý požadavek vygeneruje nový.

MS-RequestId

string

Používá se k idempotenci požadavků. Pokud není zadaný MS-RequestId, server pro každý požadavek vygeneruje nový.

Odpovědi

Name Typ Description
200 OK

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

Požadavek byl úspěšný. Tělo odpovědi obsahuje identifikátor nároku.

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

400 Bad Request

Došlo k chybě nebo neplatnému vstupu. Text odpovědi poskytne podrobnosti o chybě.

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

401 Unauthorized

Požadavek nebyl ověřen. Klient se musí nejprve ověřit ve službě partnerského rozhraní API.

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

403 Forbidden

Žádost byla ověřena, ale byla odmítnuta, protože volající nemá práva k jeho vyvolání.

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

404 Not Found

Prostředek nebyl nalezen nebo není k dispozici s danými vstupními parametry.

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

500 Internal Server Error

Chyba serveru

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

Definice

Name Description
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]
Name Typ Description
body

string

headers

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

method

string

uri

string

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

Name Typ Description
friendlyName

string

id

string

links

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

status

string

subscriptionId

string

Name Typ Description
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]

Name Typ Description
key

string

value

string