Credits interface
表示信用点的接口。
方法
| get(string, string, Credits |
按 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>