Credits interface
Interfaccia che rappresenta un credito.
Metodi
get(string, string, Credits |
Riepilogo del credito in base a billingAccountId e billingProfileId. |
Dettagli metodo
get(string, string, CreditsGetOptionalParams)
Riepilogo del credito in base a billingAccountId e billingProfileId.
function get(billingAccountId: string, billingProfileId: string, options?: CreditsGetOptionalParams): Promise<CreditSummary>
Parametri
- billingAccountId
-
string
BillingAccount ID
- billingProfileId
-
string
ID profilo di fatturazione di Azure.
- options
- CreditsGetOptionalParams
Parametri delle opzioni.
Restituisce
Promise<CreditSummary>