你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Commitment Plans - List In Resource Group
检索资源组中的所有 Azure ML 承诺计划。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans?api-version=2016-05-01-preview
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans?$skipToken={$skipToken}&api-version=2016-05-01-preview
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
resource
|
path | True |
string |
资源组名称。 |
subscription
|
path | True |
string |
Azure 订阅 ID。 |
api-version
|
query | True |
string |
要使用的 Microsoft.MachineLearning 资源提供程序 API 的版本。 |
$skip
|
query |
string |
分页的继续标记。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
确定 |
定义
名称 | 说明 |
---|---|
Commitment |
Azure ML 承诺计划资源。 |
Commitment |
承诺计划资源页。 |
Commitment |
Azure ML 承诺计划的属性。 |
Plan |
表示承诺计划为按流量计费的资源提供的数量。 |
Resource |
资源的 SKU。 |
CommitmentPlan
Azure ML 承诺计划资源。
名称 | 类型 | 说明 |
---|---|---|
etag |
string |
用于强制实施乐观并发的实体标记。 |
id |
string |
资源 ID。 |
location |
string |
资源位置。 |
name |
string |
资源名称。 |
properties |
承诺计划属性。 |
|
sku |
承诺计划 SKU。 |
|
tags |
object |
资源的用户定义的标记。 |
type |
string |
资源类型。 |
CommitmentPlanListResult
承诺计划资源页。
名称 | 类型 | 说明 |
---|---|---|
nextLink |
string |
用于检索下一页结果的 URI。 |
value |
此页面的结果集。 |
CommitmentPlanProperties
Azure ML 承诺计划的属性。
名称 | 类型 | 说明 |
---|---|---|
chargeForOverage |
boolean |
指示是否对超出承诺计划所含数量的使用量收费。 |
chargeForPlan |
boolean |
指示承诺计划是否会产生费用。 |
creationDate |
string |
创建此承诺计划的日期,采用 ISO 8601 格式。 |
includedQuantities |
<string,
Plan |
此计划为你提供的包含的资源数量。 |
maxAssociationLimit |
integer |
可成为此承诺计划的子级的承诺关联的最大数目。 |
maxCapacityLimit |
integer |
此承诺计划的最大横向扩展容量。 |
minCapacityLimit |
integer |
此承诺计划的最低横向扩展容量。 |
planMeter |
string |
用于为此承诺计划收费的 Azure 计量。 |
refillFrequencyInDays |
integer |
重新填充此承诺计划包含的数量的频率。 |
suspendPlanOnOverage |
boolean |
指示如果使用量超出承诺计划包含的数量,则此承诺计划是否会进入暂停状态。 |
PlanQuantity
表示承诺计划为按流量计费的资源提供的数量。
名称 | 类型 | 说明 |
---|---|---|
allowance |
number |
按其限额频率指定的时间间隔添加到承诺计划的数量。 |
amount |
number |
上次计算使用量时计划可用的数量。 |
includedQuantityMeter |
string |
Azure 计量器,用于根据包含的数量使用。 |
overageMeter |
string |
超出包含数量的使用情况的 Azure 计量。 |
ResourceSku
资源的 SKU。
名称 | 类型 | 说明 |
---|---|---|
capacity |
integer |
资源的横向扩展容量。 1 为 1x,2 为 2x,以此类推。这会影响任何承诺计划资源的数量和成本。 |
name |
string |
SKU 名称。 与层一起,唯一标识 SKU。 |
tier |
string |
SKU 层。 与名称一起唯一标识 SKU。 |