Compartir a través de


Credits interface

Interfaz que representa un crédito.

Métodos

get(string, string, CreditsGetOptionalParams)

Resumen de crédito por billingAccountId y billingProfileId.

Detalles del método

get(string, string, CreditsGetOptionalParams)

Resumen de crédito por billingAccountId y billingProfileId.

function get(billingAccountId: string, billingProfileId: string, options?: CreditsGetOptionalParams): Promise<CreditSummary>

Parámetros

billingAccountId

string

BillingAccount ID

billingProfileId

string

Identificador del perfil de facturación de Azure.

options
CreditsGetOptionalParams

Parámetros de opciones.

Devoluciones

Promise<CreditSummary>