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

Commitment Plans - Create Or Update

创建新的 Azure ML 承诺计划资源或更新现有资源。

PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}?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 的版本。

请求正文

名称 必需 类型 说明
location True

string

资源位置。

etag

string

用于强制实施乐观并发的实体标记。

sku

ResourceSku

承诺计划 SKU。

tags

object

资源的用户定义的标记。

响应

名称 类型 说明
200 OK

CommitmentPlan

确定

201 Created

CommitmentPlan

创建

定义

名称 说明
CommitmentPlan

Azure ML 承诺计划资源。

CommitmentPlanProperties

Azure ML 承诺计划的属性。

PlanQuantity

表示承诺计划为按流量计费的资源提供的数量。

ResourceSku

资源的 SKU。

CommitmentPlan

Azure ML 承诺计划资源。

名称 类型 说明
etag

string

用于强制实施乐观并发的实体标记。

id

string

资源 ID。

location

string

资源位置。

name

string

资源名称。

properties

CommitmentPlanProperties

承诺计划属性。

sku

ResourceSku

承诺计划 SKU。

tags

object

资源的用户定义的标记。

type

string

资源类型。

CommitmentPlanProperties

Azure ML 承诺计划的属性。

名称 类型 说明
chargeForOverage

boolean

指示是否对超出承诺计划所含数量的使用量收费。

chargeForPlan

boolean

指示承诺计划是否会产生费用。

creationDate

string

创建此承诺计划的日期,采用 ISO 8601 格式。

includedQuantities

<string,  PlanQuantity>

此计划为你提供的包含的资源数量。

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。