PlanUsageHistory interface
Represents historical information about usage of the Azure resources associated with a commitment plan.
Properties
plan |
Overage incurred as a result of deleting a commitment plan. |
plan |
Overage incurred as a result of migrating a commitment plan from one SKU to another. |
plan |
Included quantities remaining after usage against the commitment plan's associated resources was calculated. |
plan |
Included quantities remaining before usage against the commitment plan's associated resources was calculated. |
plan |
Usage against the commitment plan's associated resources which was not covered by included quantities and is therefore overage. |
usage | Usage against the commitment plan's associated resources. |
usage |
The date of usage, in ISO 8601 format. |
Property Details
planDeletionOverage
Overage incurred as a result of deleting a commitment plan.
planDeletionOverage?: {[propertyName: string]: number}
Property Value
{[propertyName: string]: number}
planMigrationOverage
Overage incurred as a result of migrating a commitment plan from one SKU to another.
planMigrationOverage?: {[propertyName: string]: number}
Property Value
{[propertyName: string]: number}
planQuantitiesAfterUsage
Included quantities remaining after usage against the commitment plan's associated resources was calculated.
planQuantitiesAfterUsage?: {[propertyName: string]: number}
Property Value
{[propertyName: string]: number}
planQuantitiesBeforeUsage
Included quantities remaining before usage against the commitment plan's associated resources was calculated.
planQuantitiesBeforeUsage?: {[propertyName: string]: number}
Property Value
{[propertyName: string]: number}
planUsageOverage
Usage against the commitment plan's associated resources which was not covered by included quantities and is therefore overage.
planUsageOverage?: {[propertyName: string]: number}
Property Value
{[propertyName: string]: number}
usage
Usage against the commitment plan's associated resources.
usage?: {[propertyName: string]: number}
Property Value
{[propertyName: string]: number}
usageDate
The date of usage, in ISO 8601 format.
usageDate?: Date
Property Value
Date
Azure SDK for JavaScript