CostThresholdProperties interface
Properties of a cost threshold item.
Properties
display |
Indicates whether this threshold will be displayed on cost charts. |
notification |
Indicates the datetime when notifications were last sent for this threshold. |
percentage |
The value of the percentage cost threshold. |
send |
Indicates whether notifications will be sent when this threshold is exceeded. |
threshold |
The ID of the cost threshold item. |
Property Details
displayOnChart
Indicates whether this threshold will be displayed on cost charts.
displayOnChart?: string
Property Value
string
notificationSent
Indicates the datetime when notifications were last sent for this threshold.
notificationSent?: string
Property Value
string
percentageThreshold
The value of the percentage cost threshold.
percentageThreshold?: PercentageCostThresholdProperties
Property Value
sendNotificationWhenExceeded
Indicates whether notifications will be sent when this threshold is exceeded.
sendNotificationWhenExceeded?: string
Property Value
string
thresholdId
The ID of the cost threshold item.
thresholdId?: string
Property Value
string