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 參數
| 名稱 | 位於 | 必要 | 類型 | Description |
|---|---|---|---|---|
|
commitment
|
path | True |
string |
Azure ML 承諾用量方案名稱。 |
|
resource
|
path | True |
string |
資源組名。 |
|
subscription
|
path | True |
string |
Azure 訂用帳戶標識碼。 |
|
api-version
|
query | True |
string |
要使用的 Microsoft.MachineLearning 資源提供者 API 版本。 |
|
$skip
|
query |
string |
分頁的接續令牌。 |
回應
| 名稱 | 類型 | Description |
|---|---|---|
| 200 OK |
還行 |
定義
| 名稱 | Description |
|---|---|
|
Plan |
代表與承諾方案相關聯的 Azure 資源使用量歷程記錄資訊。 |
|
Plan |
使用量歷程記錄的頁面。 |
PlanUsageHistory
代表與承諾方案相關聯的 Azure 資源使用量歷程記錄資訊。
| 名稱 | 類型 | Description |
|---|---|---|
| planDeletionOverage |
object |
由於刪除承諾用量計劃而產生超額。 |
| planMigrationOverage |
object |
由於將承諾方案從一個 SKU 移轉至另一個 SKU 而產生超額。 |
| planQuantitiesAfterUsage |
object |
根據承諾用量方案的相關資源計算后,包含剩餘的數量。 |
| planQuantitiesBeforeUsage |
object |
在計算承諾用量方案相關資源之前剩餘的數量。 |
| planUsageOverage |
object |
針對承諾用量方案的相關資源使用方式,這些資源未涵蓋於包含的數量,因此超額。 |
| usage |
object |
針對承諾用量方案的相關資源使用方式。 |
| usageDate |
string (date-time) |
使用日期,格式為 ISO 8601。 |
PlanUsageHistoryListResult
使用量歷程記錄的頁面。
| 名稱 | 類型 | Description |
|---|---|---|
| nextLink |
string |
要擷取下一頁結果的 URI。 |
| value |
此頁面的結果集。 |