Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PlanQuantity

Package version

interface

An interface representing PlanQuantity. Represents the quantity a commitment plan provides of a metered resource.

Hierarchy

  • PlanQuantity

Index

Properties

Optional allowance

allowance: undefined | number
member

{number} [allowance] The quantity added to the commitment plan at an interval specified by its allowance frequency. NOTE: This property will not be serialized. It can only be populated by the server.

Optional amount

amount: undefined | number
member

{number} [amount] The quantity available to the plan the last time usage was calculated. NOTE: This property will not be serialized. It can only be populated by the server.

Optional includedQuantityMeter

includedQuantityMeter: undefined | string
member

{string} [includedQuantityMeter] The Azure meter for usage against included quantities. NOTE: This property will not be serialized. It can only be populated by the server.

Optional overageMeter

overageMeter: undefined | string
member

{string} [overageMeter] The Azure meter for usage which exceeds included quantities. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc