PlanQuantity interface

Represents the quantity a commitment plan provides of a metered resource.

Properties

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.

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.

includedQuantityMeter

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

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.

Property Details

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.

allowance?: number

Property Value

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.

amount?: number

Property Value

number

includedQuantityMeter

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

includedQuantityMeter?: string

Property Value

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.

overageMeter?: string

Property Value

string