Usage History

Retrieve the usage history for an Azure ML commitment plan.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/usageHistory&api-version={api-version}
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/usageHistory?$skipToken={$skipToken}&api-version={api-version}

URI Parameters

Name In Required Type Description
commitmentAssociationName
path True
  • string
The commitment association name.
subscriptionId
path True
  • string

Azure Subscription ID.

resourceGroupName
path True
  • string

The resource group name.

commitmentPlanName
path True
  • string

The Azure ML commitment plan name.

$skipToken
query
  • string

Continuation token for pagination.

api-version
query True
  • string

The version of the Microsoft.MachineLearning resource provider API to use.

Responses

Name Type Description
200 OK

OK

Definitions

PlanUsageHistory

Represents historical information about usage of the Azure resources associated with a commitment plan.

PlanUsageHistoryListResult

Represents historical information about usage of the Azure resources associated with a commitment plan.

Name Type Description
planDeletionOverage
  • <string, number>

Overage incurred as a result of deleting a commitment plan.

planMigrationOverage
  • <string, number>

Overage incurred as a result of migrating a commitment plan from one SKU to another.

planQuantitiesAfterUsage
  • <string, number>

Included quantities remaining after usage against the commitment plan's associated resources was calculated.

planQuantitiesBeforeUsage
  • <string, number>

Included quantities remaining before usage against the commitment plan's associated resources was calculated.

planUsageOverage
  • <string, number>

Usage against the commitment plan's associated resources which was not covered by included quantities and is therefore overage.

usage
  • <string, number>

Usage against the commitment plan's associated resources.

usageDate
  • string
    date-time

The date of usage, in ISO 8601 format.

Name Type Description
nextLink
  • string

A URI to retrieve the next page of results.

value

The set of results for this page.