Compartilhar via


Credits interface

Interface que representa um Créditos.

Métodos

get(string, string, CreditsGetOptionalParams)

O resumo de crédito por billingAccountId e billingProfileId.

Detalhes do método

get(string, string, CreditsGetOptionalParams)

O resumo de crédito por billingAccountId e billingProfileId.

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

Parâmetros

billingAccountId

string

ID da conta de cobrança

billingProfileId

string

ID do Perfil de Cobrança do Azure.

options
CreditsGetOptionalParams

Os parâmetros de opções.

Retornos

Promise<CreditSummary>