Azure spending - Get an Azure entitlement for a subscription
Ottiene il diritto dell'identificatore della sottoscrizione per il cliente specificato.
GET https://api.partnercenter.microsoft.com/v{version}/customers/{customer_id}/subscriptions/{subscription_id}/azureEntitlements/{entitlement_id}
Parametri dell'URI
Nome | In | Necessario | Tipo | Descrizione |
---|---|---|---|---|
customer_id
|
path | True |
string |
|
entitlement_id
|
path | True |
string |
|
subscription_id
|
path | True |
string |
|
version
|
path | True |
string |
Intestazione della richiesta
Nome | Necessario | Tipo | Descrizione |
---|---|---|---|
Authorization | True |
string |
Token di connessione dell'autorizzazione |
MS-CorrelationId |
string |
Usato per tenere traccia delle richieste internamente. Se non viene specificata una MS-CorrelationId, il server genererà un nuovo per ogni richiesta |
|
MS-CV |
string |
Usato per tenere traccia delle richieste internamente. Se non viene specificata una MS-CV, il server genererà un nuovo per ogni richiesta |
|
MS-RequestId |
string |
Usato per l'idempotenza delle richieste. Se non viene specificata una MS-RequestId, il server genererà un nuovo per ogni richiesta |
Risposte
Nome | Tipo | Descrizione |
---|---|---|
200 OK |
Microsoft. |
La richiesta ha avuto esito positivo. Il corpo della risposta contiene l'identificatore entitlement. Media Types: "text/plain", "application/json", "text/json" |
400 Bad Request |
Non è presente un input mancante o non valido. Il corpo della risposta fornirà i dettagli dell'errore. Media Types: "text/plain", "application/json", "text/json" |
|
401 Unauthorized |
La richiesta non è stata autenticata. Il client deve prima eseguire l'autenticazione con il servizio API partner. Media Types: "text/plain", "application/json", "text/json" |
|
403 Forbidden |
La richiesta è stata autenticata ma è stata rifiutata perché il chiamante non dispone dei diritti per richiamarlo. Media Types: "text/plain", "application/json", "text/json" |
|
404 Not Found |
La risorsa non viene trovata o non è disponibile con i parametri di input specificati. Media Types: "text/plain", "application/json", "text/json" |
|
500 Internal Server Error |
Errore del server Media Types: "text/plain", "application/json", "text/json" |
Definizioni
Microsoft.Partner.Core.Collections.Link
Nome | Tipo | Descrizione |
---|---|---|
body |
string |
|
headers |
System. |
|
method |
string |
|
uri |
string |
Microsoft.Partner.Services.Subscriptions.V1.Models.AzureEntitlement
Nome | Tipo | Descrizione |
---|---|---|
friendlyName |
string |
|
id |
string |
|
links |
Microsoft. |
|
status |
string |
|
subscriptionId |
string |
Microsoft.Partner.Services.Subscriptions.V1.Models.AzureEntitlementLinks
Nome | Tipo | Descrizione |
---|---|---|
next | ||
previous | ||
self |
System.Collections.Generic.KeyValuePair[System.String,System.String]
Nome | Tipo | Descrizione |
---|---|---|
key |
string |
|
value |
string |