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 |
使用日期,格式為 ISO 8601。 |
PlanUsageHistoryListResult
使用量歷程記錄的頁面。
名稱 | 類型 | Description |
---|---|---|
nextLink |
string |
要擷取下一頁結果的 URI。 |
value |
此頁面的結果集。 |