你当前正在访问 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 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
commitment
|
path | True |
string |
Azure ML 承诺计划名称。 |
resource
|
path | True |
string |
资源组名称。 |
subscription
|
path | True |
string |
Azure 订阅 ID。 |
api-version
|
query | True |
string |
要使用的 Microsoft.MachineLearning 资源提供程序 API 的版本。 |
$skip
|
query |
string |
分页的延续标记。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
确定 |
定义
名称 | 说明 |
---|---|
Plan |
表示有关与承诺计划关联的 Azure 资源使用情况的历史信息。 |
Plan |
使用历史记录页。 |
PlanUsageHistory
表示有关与承诺计划关联的 Azure 资源使用情况的历史信息。
名称 | 类型 | 说明 |
---|---|---|
planDeletionOverage |
object |
由于删除承诺计划而导致超额。 |
planMigrationOverage |
object |
将承诺计划从一个 SKU 迁移到另一个 SKU 而导致超额。 |
planQuantitiesAfterUsage |
object |
根据承诺计划的关联资源计算使用后剩余的包含数量。 |
planQuantitiesBeforeUsage |
object |
计算承诺计划关联资源使用前剩余的剩余数量。 |
planUsageOverage |
object |
针对承诺计划的相关资源的使用情况,这些资源未包含在包含的数量中,因此是超额的。 |
usage |
object |
针对承诺计划的关联资源的使用情况。 |
usageDate |
string |
使用日期,采用 ISO 8601 格式。 |
PlanUsageHistoryListResult
使用历史记录页。
名称 | 类型 | 说明 |
---|---|---|
nextLink |
string |
用于检索下一页结果的 URI。 |
value |
此页的结果集。 |