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

Usage History - List

检索 Azure ML 承诺计划的使用情况历史记录。

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/usageHistory?api-version=2016-05-01-preview
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/usageHistory?$skipToken={$skipToken}&api-version=2016-05-01-preview

URI 参数

名称 必需 类型 说明
commitmentPlanName
path True

string

Azure ML 承诺计划名称。

resourceGroupName
path True

string

资源组名称。

subscriptionId
path True

string

Azure 订阅 ID。

api-version
query True

string

要使用的 Microsoft.MachineLearning 资源提供程序 API 的版本。

$skipToken
query

string

分页的延续标记。

响应

名称 类型 说明
200 OK

PlanUsageHistoryListResult

还行

定义

名称 说明
PlanUsageHistory

表示与承诺计划关联的 Azure 资源使用情况的历史信息。

PlanUsageHistoryListResult

使用情况历史记录页。

PlanUsageHistory

表示与承诺计划关联的 Azure 资源使用情况的历史信息。

名称 类型 说明
planDeletionOverage

object

由于删除承诺计划而导致的超额。

planMigrationOverage

object

由于将承诺计划从一个 SKU 迁移到另一个 SKU 而产生超额。

planQuantitiesAfterUsage

object

根据承诺计划的相关资源计算使用量后,包括剩余数量。

planQuantitiesBeforeUsage

object

计算在根据承诺计划的相关资源使用之前剩余的数量。

planUsageOverage

object

根据承诺计划的相关资源使用,这些资源未包含在包含的数量中,因此超额使用。

usage

object

针对承诺计划关联资源的使用情况。

usageDate

string (date-time)

采用 ISO 8601 格式的使用情况日期。

PlanUsageHistoryListResult

使用情况历史记录页。

名称 类型 说明
nextLink

string

用于检索下一页结果的 URI。

value

PlanUsageHistory[]

此页的结果集。