Commitment Plans - Get
依訂用帳戶、資源群組和名稱擷取 Azure ML 承諾用量方案。
GET 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 |
---|---|---|
200 OK |
確定 |
定義
名稱 | 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 是 2 倍等等。這會影響任何承諾方案資源的數量和成本。 |
name |
string |
SKU 名稱。 除了層之外,也會唯一識別 SKU。 |
tier |
string |
SKU 層。 除了名稱之外,也會唯一識別 SKU。 |