PlanQuantityResponse

data class PlanQuantityResponse(val allowance: Double, val amount: Double, val includedQuantityMeter: String, val overageMeter: String)

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

Constructors

Link copied to clipboard
constructor(allowance: Double, amount: Double, includedQuantityMeter: String, overageMeter: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The quantity added to the commitment plan at an interval specified by its allowance frequency.

Link copied to clipboard

The quantity available to the plan the last time usage was calculated.

Link copied to clipboard

The Azure meter for usage against included quantities.

Link copied to clipboard

The Azure meter for usage which exceeds included quantities.