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 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
commitment
|
path | True |
string |
Azure ML 承諾用量方案名稱。 |
resource
|
path | True |
string |
資源群組名稱。 |
subscription
|
path | True |
string |
Azure 訂用帳戶識別碼。 |
api-version
|
query | True |
string |
要使用的 Microsoft.MachineLearning 資源提供者 API 版本。 |
要求本文
名稱 | 必要 | 類型 | Description |
---|---|---|---|
location | True |
string |
資源位置。 |
etag |
string |
用來強制執行開放式並行存取的實體標籤。 |
|
sku |
承諾用量方案 SKU。 |
||
tags |
object |
資源的使用者定義標籤。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
確定 |
|
201 Created |
建立時間 |
定義
名稱 | Description |
---|---|
Commitment |
Azure ML 承諾用量方案資源。 |
Commitment |
Azure ML 承諾用量方案的屬性。 |
Plan |
代表承諾用量方案提供計量付費資源的數量。 |
Resource |
資源的 SKU。 |
CommitmentPlan
Azure ML 承諾用量方案資源。
名稱 | 類型 | Description |
---|---|---|
etag |
string |
用來強制執行開放式並行存取的實體標籤。 |
id |
string |
資源標識碼。 |
location |
string |
資源位置。 |
name |
string |
資源名稱。 |
properties |
承諾用量方案屬性。 |
|
sku |
承諾用量方案 SKU。 |
|
tags |
object |
資源的使用者定義標籤。 |
type |
string |
資源類型。 |
CommitmentPlanProperties
Azure ML 承諾用量方案的屬性。
名稱 | 類型 | Description |
---|---|---|
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
代表承諾用量方案提供計量付費資源的數量。
名稱 | 類型 | Description |
---|---|---|
allowance |
number |
以其額度頻率所指定的間隔新增至承諾用量方案的數量。 |
amount |
number |
上次計算使用量時,方案可用的數量。 |
includedQuantityMeter |
string |
針對內含數量的使用量使用 Azure 計量。 |
overageMeter |
string |
超過內含數量的 Azure 計量。 |
ResourceSku
資源的 SKU。
名稱 | 類型 | Description |
---|---|---|
capacity |
integer |
資源的向外延展容量。 1 是 1x、2 是 2x 等等。這會影響任何承諾用量方案資源的數量和成本。 |
name |
string |
SKU 名稱。 除了階層之外,也會唯一識別 SKU。 |
tier |
string |
SKU 層。 除了名稱之外,也會唯一識別 SKU。 |