CommitmentPlanProperties interface
Properties
charge |
Indicates whether usage beyond the |
charge |
Indicates whether the commitment plan |
creation |
The date at which this commitment plan was |
included |
|
max |
The maximum number of commitment |
max |
The maximum scale-out capacity for |
min |
The minimum scale-out capacity for |
plan |
The Azure meter which will be used to charge |
refill |
The frequency at which this |
suspend |
Indicates whether this commitment |
Property Details
chargeForOverage
Indicates whether usage beyond the
chargeForOverage?: boolean
Property Value
boolean
chargeForPlan
Indicates whether the commitment plan
chargeForPlan?: boolean
Property Value
boolean
creationDate
The date at which this commitment plan was
creationDate?: Date
Property Value
Date
includedQuantities
includedQuantities?: {[propertyName: string]: PlanQuantity}
Property Value
{[propertyName: string]: PlanQuantity}
maxAssociationLimit
The maximum number of commitment
maxAssociationLimit?: number
Property Value
number
maxCapacityLimit
The maximum scale-out capacity for
maxCapacityLimit?: number
Property Value
number
minCapacityLimit
The minimum scale-out capacity for
minCapacityLimit?: number
Property Value
number
planMeter
The Azure meter which will be used to charge
planMeter?: string
Property Value
string
refillFrequencyInDays
The frequency at which this
refillFrequencyInDays?: number
Property Value
number
suspendPlanOnOverage
Indicates whether this commitment
suspendPlanOnOverage?: boolean
Property Value
boolean