BillingAccount interface
表示 BillingAccount 的接口。
方法详细信息
getPolicy(string, BillingAccountGetPolicyOptionalParams)
获取计费帐户策略。
function getPolicy(billingAccountId: string, options?: BillingAccountGetPolicyOptionalParams): Promise<BillingAccountPoliciesResponse>
参数
- billingAccountId
-
string
计费帐户 ID。
选项参数。
返回
Promise<BillingAccountPoliciesResponse>