客户使用情况资源

适用于:合作伙伴中心 | Microsoft Cloud for US Government 合作伙伴中心

具有基于使用情况的订阅的客户可能有每月使用预算。 此预算设置客户最大使用量的限制,并允许合作伙伴跟踪其随时间推移的使用情况。

注意

客户使用情况数字是估算值(而不是最终值),不应用于计费目的。

CustomerMonthlyUsageRecord

CustomerMonthlyUsageRecord 表示客户本月使用情况的估计货币成本。

properties 类型​​ 描述
预算 SpendingBudget 为客户分配的支出预算。
PercentUsed decimal 已分配预算中使用的百分比。
ResourceId string 资源的唯一标识符。
资源名称 string 资源的名称。
TotalCost decimal 订阅中资源的估计总使用量成本。
CurrencyLocale string 客户的货币区域设置。 适用于 Microsoft Azure(MS-AZR-0145P)订阅。
CurrencyCode string 获取或设置货币代码。 可用于 Azure 计划。
currencySymbol string 用于所有发票项目金额和总计的货币符号。
USDTotalCost decimal 获取或设置估计的总成本(以美元为单位)。 可用于 Azure 计划。
IsUpgraded 布尔 获取或设置一个值,该值指示是否升级客户的 Azure 订阅。 此值 true 表示具有 Azure 计划的客户。
LastModifiedDate date 上次修改使用情况数据的日期。
属性 ResourceAttributes 与使用情况记录对应的元数据属性。

CustomerUsageSummary

CustomerUsageSummary 表示整个计费周期客户使用情况的摘要。

properties 类型​​ 描述
预算 SpendingBudget 为客户分配的支出预算。
ResourceId string 资源的唯一标识符。 在 CustomerMonthlyUsageRecord 的上下文中,此 ID 是客户 ID。
资源名称 string 资源的名称。 在 CustomerMonthlyUsageRecord 的上下文中,这是客户名称。
BillingStartDate date 当前计费周期的开始日期。
BillingEndDate date 当前计费周期的结束日期。
TotalCost decimal 订阅中资源的估计总使用量成本。
CurrencyLocale string 客户的货币区域设置。 适用于 Microsoft Azure(MS-AZR-0145P)订阅。
CurrencyCode string 获取或设置货币代码。 可用于 Azure 计划。
USDTotalCost decimal 获取或设置估计的总成本(以美元为单位)。 可用于 Azure 计划订阅资源。
LastModifiedDate date 上次修改使用情况数据的日期。
链接 ResourceLinks 与使用情况摘要对应的资源链接。
属性 ResourceAttributes 与使用情况摘要对应的元数据属性。

PartnerUsageSummary

PartnerUsageSummary 表示所有客户的使用情况预算的合作伙伴级摘要。

properties 类型​​ 描述
EmailsToNotify 字符串数组 通知的电子邮件地址列表。
CustomerOverBudget integer 超出预算的客户数。
CustomersTrendingOver integer 即将超过预算的客户数。
CustomersWithUsageBasedSubscriptions integer 具有基于使用情况的订阅的客户数。
ResourceId string 资源的唯一标识符。 在 CustomerMonthlyUsageRecord 的上下文中,此 ID 是客户 ID。
资源名称 string 资源的名称。 在 CustomerMonthlyUsageRecord 的上下文中,这是客户名称。
BillingStartDate date 当前计费周期的开始日期。
BillingEndDate date 当前计费周期的结束日期。
TotalCost decimal 根据计费周期开始的当前使用情况估算的所有客户使用情况的总成本。
CurrencyLocale string 货币区域设置。
currencySymbol string 用于所有发票项目金额和总计的货币符号。
LastModifiedDate date 上次修改使用情况数据的日期。
链接 ResourceLinks 与使用情况摘要对应的资源链接。
属性 ResourceAttributes 与使用情况摘要对应的元数据属性。

SpendingBudget

SpendingBudget 表示分配给此客户用于基于使用情况的订阅的预算。

properties 类型​​ 描述
金额 decimal 分配的预算。 如果值为 null,则没有分配给此客户的支出预算。
特性 ResourceAttributes 与预算对应的元数据属性。