你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Credits interface

表示信用点的接口。

方法

get(string, string, CreditsGetOptionalParams)

按 billingAccountId 和 billingProfileId 提供的信用额度摘要。

方法详细信息

get(string, string, CreditsGetOptionalParams)

按 billingAccountId 和 billingProfileId 提供的信用额度摘要。

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

参数

billingAccountId

string

计费帐户 ID

billingProfileId

string

Azure 计费配置文件 ID。

options
CreditsGetOptionalParams

选项参数。

返回

Promise<CreditSummary>