Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PlanUsageHistory

Package version

interface

An interface representing PlanUsageHistory. Represents historical information about usage of the Azure resources associated with a commitment plan.

Hierarchy

  • PlanUsageHistory

Index

Properties

Optional planDeletionOverage

planDeletionOverage: undefined | object
member

{{ [propertyName: string]: number }} [planDeletionOverage] Overage incurred as a result of deleting a commitment plan.

Optional planMigrationOverage

planMigrationOverage: undefined | object
member

{{ [propertyName: string]: number }} [planMigrationOverage] Overage incurred as a result of migrating a commitment plan from one SKU to another.

Optional planQuantitiesAfterUsage

planQuantitiesAfterUsage: undefined | object
member

{{ [propertyName: string]: number }} [planQuantitiesAfterUsage] Included quantities remaining after usage against the commitment plan's associated resources was calculated.

Optional planQuantitiesBeforeUsage

planQuantitiesBeforeUsage: undefined | object
member

{{ [propertyName: string]: number }} [planQuantitiesBeforeUsage] Included quantities remaining before usage against the commitment plan's associated resources was calculated.

Optional planUsageOverage

planUsageOverage: undefined | object
member

{{ [propertyName: string]: number }} [planUsageOverage] Usage against the commitment plan's associated resources which was not covered by included quantities and is therefore overage.

Optional usage

usage: undefined | object
member

{{ [propertyName: string]: number }} [usage] Usage against the commitment plan's associated resources.

Optional usageDate

usageDate: Date
member

{Date} [usageDate] The date of usage, in ISO 8601 format.

Generated using TypeDoc